From dcaba4757f21e3a6c01feab21938ec67e5fd1481 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 14 Dec 2010 07:57:22 +0000 Subject: add plemininary ultrasparc support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24558 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Config.in | 1 + toolchain/gcc/Config.version | 3 +++ toolchain/gcc/common.mk | 4 ++++ 3 files changed, 8 insertions(+) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 56416bd162..ed8002ced3 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -8,6 +8,7 @@ choice default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte) default GCC_VERSION_4_4_5 if (powerpc || ubicom32) default GCC_VERSION_4_4_5 if (TARGET_omap35xx || TARGET_octeon || TARGET_sibyte) + default GCC_VERSION_4_5_1_LINARO if sparc default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 9229122ba4..1c887d257c 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -61,4 +61,7 @@ if !TOOLCHAINOPTS default y if powerpc default y if ubicom32 + config GCC_VERSION_4_5_1_LINARO + default y if sparc + endif 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 -- cgit v1.2.3