From 7db27ee6483f6b31023030a77fe37bc4c1842ac8 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 19 Feb 2006 14:43:48 +0000 Subject: gcc 4.1 fixes. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index 8f307063f8..33e132b33e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -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" -- cgit v1.2.3