aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-08 11:15:00 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-08 11:15:00 +0000
commitf01ffe22cf15367824ceaca0d674fbaf5dc0a465 (patch)
tree7f00899ce7f12fc8327a97026ea8abcfcb439e28 /toolchain
parent5a62e406afaea55e9988f889237e17f91e24cb5f (diff)
downloadmaster-187ad058-f01ffe22cf15367824ceaca0d674fbaf5dc0a465.tar.gz
master-187ad058-f01ffe22cf15367824ceaca0d674fbaf5dc0a465.tar.bz2
master-187ad058-f01ffe22cf15367824ceaca0d674fbaf5dc0a465.zip
[toolchain/gcc]: the only reasons for having 4.4 around are avr32 and ubicom32, so make it depend on them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27559 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index e94bcc9738..24885d4986 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -9,6 +9,7 @@ choice
config GCC_VERSION_4_4_6
bool "gcc 4.4.6"
+ depends (avr32 || ubicom32)
config GCC_VERSION_4_6_1
bool "gcc 4.6.1"