aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-06 18:25:56 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-06 18:25:56 -0400
commit5296307de63f1949d601b3515f8b1a0a859c5847 (patch)
tree11025f35f64e76d609934f73b4c258d1526e8616 /arch/sh/Makefile
parentac6b9f28d8202ed064c9b372350693f79882b448 (diff)
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 <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index 211d9e01807a..c7a8e1f0c6b6 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -48,8 +48,6 @@ cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml
48 48
49cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),) -ffreestanding 49cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),) -ffreestanding
50 50
51cflags-$(CONFIG_SH_DSP) += -Wa,-dsp
52
53cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ 51cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \
54 $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') 52 $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g')
55 53