summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-03-30 17:18:25 +0200
committerPeter Korsgaard2010-03-30 17:19:59 +0200
commitf220498f4b96c86b2d4ef7048f9c82f85c73d75c (patch)
tree14307b9a13979741e4b6b1e927bc1ffa91bc8da7 /toolchain/gcc/Config.in
parentbinutils: simplify BINUTILS_SITE selection (diff)
downloadbuildroot-f220498f4b96c86b2d4ef7048f9c82f85c73d75c.tar.gz
buildroot-f220498f4b96c86b2d4ef7048f9c82f85c73d75c.tar.xz
buildroot-f220498f4b96c86b2d4ef7048f9c82f85c73d75c.zip
get rid of broken nios2 support
Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 847a2ebd3..ed0c1080a 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -10,12 +10,12 @@ choice
Select the version of gcc you wish to use.
config BR2_GCC_VERSION_4_1_2
- depends on !BR2_nios2 && !BR2_avr32
+ depends on !BR2_avr32
depends on BR2_DEPRECATED
bool "gcc 4.1.2"
config BR2_GCC_VERSION_4_2_1
- depends on !BR2_nios2 && !BR2_avr32
+ depends on !BR2_avr32
depends on BR2_DEPRECATED
bool "gcc 4.2.1"
@@ -29,35 +29,35 @@ choice
bool "gcc 4.2.2-avr32-2.1.5"
config BR2_GCC_VERSION_4_2_3
- depends on !BR2_nios2 && !BR2_avr32
+ depends on !BR2_avr32
depends on BR2_DEPRECATED
bool "gcc 4.2.3"
config BR2_GCC_VERSION_4_2_4
- depends on !BR2_avr32 && !BR2_nios2
+ depends on !BR2_avr32
depends on BR2_RECENT || BR2_DEPRECATED
bool "gcc 4.2.4"
config BR2_GCC_VERSION_4_3_2
- depends on !BR2_avr32 && !BR2_nios2
+ depends on !BR2_avr32
depends on BR2_DEPRECATED
bool "gcc 4.3.2"
config BR2_GCC_VERSION_4_3_3
- depends on !BR2_avr32 && !BR2_nios2
+ depends on !BR2_avr32
depends on BR2_RECENT || BR2_DEPRECATED
bool "gcc 4.3.3"
config BR2_GCC_VERSION_4_3_4
- depends on !BR2_avr32 && !BR2_nios2
+ depends on !BR2_avr32
bool "gcc 4.3.4"
config BR2_GCC_VERSION_4_4_X
- depends on !BR2_avr32 && !BR2_nios2
+ depends on !BR2_avr32
bool "gcc 4.4.x"
config BR2_GCC_VERSION_SNAP
- depends on !BR2_avr32 && !BR2_nios2
+ depends on !BR2_avr32
bool "gcc snapshot"
endchoice