ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extension
authorGabor Juhos <juhosg@openwrt.org>
Sun, 3 Mar 2013 12:47:31 +0000 (12:47 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 3 Mar 2013 12:47:31 +0000 (12:47 +0000)
commitac58210ef9b67c3359a7f3f310a78d7b8f2af683
treec19c3ffcf37bf44ecc5c79e4bdda676ebbbc1d85
parent188065ba2e63e2bf73dcf4f3e58a273d7c63cfcb
ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extension

All known rt305x and rt3883 implementations support at
least the 24kec instruction set which includes the DSP
extension. For rt288x, the previous value mips32r2 is
kept.

The cpu target is now set per sub-archtecture, according
to cpu-feature-overrides.h of each SoC family.

[juhosg: define ARCH_PACKAGES variable for rt305x/rt3883
in order to differentiate the packages compiled with
the 24Kec option.]

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35853
target/linux/ramips/Makefile
target/linux/ramips/rt288x/target.mk
target/linux/ramips/rt305x/target.mk
target/linux/ramips/rt3883/target.mk