mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
sh: Kill off -traditional for linker script.
Some of Sam's new work in the kbuild queue depend on ## concatenation within the linker script, which doesn't work when -traditional is enabled. -traditional is a legacy remnant anyways, and we no longer require it for anything, so kill it off completely. Noted-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
74ee1a7590
commit
1b1e037a89
@ -153,8 +153,6 @@ drivers-$(CONFIG_OPROFILE) += arch/sh/oprofile/
|
||||
|
||||
boot := arch/sh/boot
|
||||
|
||||
CPPFLAGS_vmlinux.lds := -traditional
|
||||
|
||||
incdir-prefix := $(srctree)/include/asm-sh/
|
||||
|
||||
# Update machine arch and proc symlinks if something which affects
|
||||
|
Loading…
Reference in New Issue
Block a user