commit | d79a27195a33f4b5e591de5536799ad874ea6cf5 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Wed Sep 16 22:36:55 2009 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Sun Sep 20 12:27:42 2009 +0200 |
tree | e90e9340bc57f172c81ec6a8dd096a812d47014c | |
parent | 691ef3e7fdc1fe4dded169d9404f740987f67d66 [diff] |
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 <ak@linux.intel.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>