]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
sh: Drop -Wa,-dsp for DSP tuning.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 6 Jul 2007 22:25:56 +0000 (07:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 6 Jul 2007 22:25:56 +0000 (07:25 +0900)
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 <lethal@linux-sh.org>
arch/sh/Makefile

index 211d9e01807ae8ee33112a75c27d58b2697c8fad..c7a8e1f0c6b649c7be41a80f09013c8573cdb8f5 100644 (file)
@@ -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')