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 | d4bf98f231db99fc5bd9853d0272a2917227b6e0 (patch) | |
tree | e3fa96d9e0604a330f3eb895ba35eef744887c9c /include | |
parent | 77dd090ffb3fc097a50e8e193e0e67324c3ef7d7 (diff) | |
download | upstream-d4bf98f231db99fc5bd9853d0272a2917227b6e0.tar.gz upstream-d4bf98f231db99fc5bd9853d0272a2917227b6e0.tar.bz2 upstream-d4bf98f231db99fc5bd9853d0272a2917227b6e0.zip |
add plemininary ultrasparc support
SVN-Revision: 24558
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) |