summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
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
commit887b29bfbde85f52c5b2434ebaba964c1d70af17 (patch)
tree5d2e3e253e27b46e13689884646506e3d204e16d /toolchain/gcc/Config.in
parent8788b97e651c45304b79317c94274aadea24aed5 (diff)
downloadmaster-31e0f0ae-887b29bfbde85f52c5b2434ebaba964c1d70af17.tar.gz
master-31e0f0ae-887b29bfbde85f52c5b2434ebaba964c1d70af17.tar.bz2
master-31e0f0ae-887b29bfbde85f52c5b2434ebaba964c1d70af17.zip
the only reasons for having 4.4 around are avr32 and ubicom32, so make it depend on them
SVN-Revision: 27559
Diffstat (limited to 'toolchain/gcc/Config.in')
-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"