Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
- Loading branch information