sh: Fix DSP opcode regression for SH3-DSP parts.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 21 Aug 2007 07:56:56 +0000 (16:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 21 Aug 2007 07:56:56 +0000 (16:56 +0900)
commitda2f5f7bf4a39f9613fc04d7030cffb63e435e1d
tree6f650eb49cb3d308a28fdda38dc79ae82935c0ac
parent8eb891fc809b2300137bcd247025628c06c95a63
sh: Fix DSP opcode regression for SH3-DSP parts.

Older versions of binutils do not support -Wa,-isa= tuning, which is
something we rely on for enabling DSP opcode support on the newer
parts. SH3-DSP parts can still be handled with -Wa,-dsp even if the
newer parts require the newer versions of binutils for supporting the
new opcodes.

This was broken in -rc1 when the SH4AL-DSP support was being reworked,
and is needed to get SH3-DSP working with older toolchains again.

Reported-by: Markus Brunner <super.firetwister@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile