gcc 4.1 fixes.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-02-19 14:43:48 +00:00
parent afd34e61ac
commit 7db27ee648
2 changed files with 5 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ define LINUXBIOS_COMPILER
comment "Build compiler"
end
define LINUXBIOS_LINKER
default "$(shell $(CC) -Wl,-v 2>&1 | grep version | tail -n 1)"
default "$(shell $(CC) -Wl,--version 2>&1 | grep version | tail -n 1)"
export always
format "\"%s\""
comment "Build linker"