Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1b1e037a8974801cb3e1da3281ca3a88cbec3de8
Commit:     1b1e037a8974801cb3e1da3281ca3a88cbec3de8
Parent:     74ee1a7590b782a6df01d00ae38093cbfbee5ca9
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 22 09:57:27 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:19:04 2008 +0900

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to