X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fconfig%2FOptions.lb;h=88f57e2879b358c42383d847fa5f2fa91b97f508;hb=be7f79867e4d989fc9cb7fb9e8b0b8ec55956875;hp=1ad1ef8ca43d11fb55d8e717763ce363aeec2640;hpb=cc46e73a0221d08a30c78adfc568f162cdda407d;p=coreboot.git diff --git a/src/config/Options.lb b/src/config/Options.lb index 1ad1ef8ca..88f57e287 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -146,7 +146,7 @@ define COREBOOT_COMPILER comment "Build compiler" end define COREBOOT_LINKER - default "$(shell $(CC) -Wl,--version 2>&1 | grep version | tail -n 1)" + default "$(shell $(CC) -Wl,--version 2>&1 | grep \" ld\")" export always format "\"%s\"" comment "Build linker"