diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-12-14 07:57:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-12-14 07:57:22 +0000 |
commit | dcaba4757f21e3a6c01feab21938ec67e5fd1481 (patch) | |
tree | c68c1000805ffba37a235ebee8a6a9278417a7f5 /include | |
parent | 7a8254a581a732b948c12b058b923f5612ed6481 (diff) | |
download | upstream-dcaba4757f21e3a6c01feab21938ec67e5fd1481.tar.gz upstream-dcaba4757f21e3a6c01feab21938ec67e5fd1481.tar.bz2 upstream-dcaba4757f21e3a6c01feab21938ec67e5fd1481.zip |
add plemininary ultrasparc support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24558 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk index 9744a7ca7e..5b7b047f19 100644 --- a/include/target.mk +++ b/include/target.mk @@ -164,6 +164,7 @@ ifeq ($(DUMP),1) DEFAULT_CFLAGS_mipsel=$(DEFAULT_CFLAGS_mips) DEFAULT_CFLAGS_mips64=-Os -pipe -mips64 -mtune=mips64 -mabi=64 -funit-at-a-time DEFAULT_CFLAGS_mips64el=$(DEFAULT_CFLAGS_mips64) + DEFAULT_CFLAGS_sparc=-Os -pipe -mcpu=ultrasparc -funit-at-a-time DEFAULT_CFLAGS_arm=-Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time DEFAULT_CFLAGS_armeb=$(DEFAULT_CFLAGS_arm) DEFAULT_CFLAGS=$(if $(DEFAULT_CFLAGS_$(ARCH)),$(DEFAULT_CFLAGS_$(ARCH)),-Os -pipe -funit-at-a-time) |