Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5296307de63f1949d601b3515f8b1a0a859c5847
Commit:     5296307de63f1949d601b3515f8b1a0a859c5847
Parent:     ac6b9f28d8202ed064c9b372350693f79882b448
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 7 07:25:56 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Sat Jul 7 07:25:56 2007 +0900

    sh: Drop -Wa,-dsp for DSP tuning.
    
    We already hand off the proper ISA variant with the dsp specifier
    appended, so we don't need to explicitly set -dsp. This causes some
    confusion with certain toolchains that are restricted to -dsp family
    opcodes artificially.
    
    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 211d9e0..c7a8e1f 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -48,8 +48,6 @@ cflags-$(CONFIG_CPU_LITTLE_ENDIAN)    += -ml
 
 cflags-y       += $(call as-option,-Wa$(comma)-isa=$(isa-y),) -ffreestanding
 
-cflags-$(CONFIG_SH_DSP)                        += -Wa,-dsp
-
 cflags-$(CONFIG_MORE_COMPILE_OPTIONS)  += \
        $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g')
 
-
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