gcc 4.1 fixes.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user