diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:54:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:54:15 +0000 |
commit | 44b1688e6c7b4f16f7165fbd560e1183aef69090 (patch) | |
tree | 01c783c1dffc286ac0ed10aa7fc88f828007b78e /target/linux/lantiq/Makefile | |
parent | 5d441ae7eaa46a351ca8ca32486b499dee9332e6 (diff) | |
download | upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.tar.gz upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.tar.bz2 upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.zip |
lantiq: Tune the XWAY subtarget cflags
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 <ppvazquezfer@gmail.com>
SVN-Revision: 37006
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index d8c12ed3e5..25fea54080 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -13,7 +13,7 @@ SUBTARGETS=xway ase falcon LINUX_VERSION:=3.8.13 -CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely +CFLAGS=-Os -pipe -mips32r2 -fno-caller-saves -mno-branch-likely define Target/Description Build firmware images for Lantiq SoC |