From 44b1688e6c7b4f16f7165fbd560e1183aef69090 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:54:15 +0000 Subject: lantiq: Tune the XWAY subtarget cflags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández SVN-Revision: 37006 --- target/linux/lantiq/ase/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/ase/target.mk') diff --git a/target/linux/lantiq/ase/target.mk b/target/linux/lantiq/ase/target.mk index a052dd2ce7..f1f0c07eb3 100644 --- a/target/linux/lantiq/ase/target.mk +++ b/target/linux/lantiq/ase/target.mk @@ -2,6 +2,7 @@ ARCH:=mips SUBTARGET:=ase BOARDNAME:=Amazon-SE FEATURES:=squashfs atm +CFLAGS+= -mtune=mips32r2 DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ase ltq-dsl-app -- cgit v1.2.3