From: Andi Kleen Date: Wed, 16 Sep 2009 20:36:55 +0000 (+0200) Subject: kbuild: Check if linker supports the -X option X-Git-Tag: v2.6.32-rc1~148^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79a27195a33f4b5e591de5536799ad874ea6cf5;p=pandora-kernel.git kbuild: Check if linker supports the -X option The new alternative `gold' linker in recent binutils doesn't support the -X option. This breaks allyesconfig builds that have CONFIG_STRIP_ASM_SYMS enabled. Check if the linker really supports the option using ld-option. Signed-off-by: Andi Kleen Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed