From: Paul Mundt Date: Tue, 22 Jan 2008 00:57:27 +0000 (+0900) Subject: sh: Kill off -traditional for linker script. X-Git-Tag: upstream/snapshot3+hdmi~28350^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b1e037a8974801cb3e1da3281ca3a88cbec3de8;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 6546ccc..4cc7109 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -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