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 /toolchain/gcc/common.mk | |
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 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 59010b5861..89c5218621 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -154,6 +154,10 @@ ifneq ($(CONFIG_EXTRA_TARGET_ARCH),) --enable-targets=$(call qstrip,$(CONFIG_EXTRA_TARGET_ARCH_NAME))-linux-$(TARGET_SUFFIX) endif +ifdef CONFIG_sparc + GCC_CONFIGURE+= --enable-targets=all +endif + ifeq ($(LIBC),uClibc) GCC_CONFIGURE+= \ --disable-__cxa_atexit |