From: Imre Kaloz Date: Fri, 8 Jul 2011 11:15:00 +0000 (+0000) Subject: [toolchain/gcc]: the only reasons for having 4.4 around are avr32 and ubicom32, so... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=3699b6c8af3de397eecdd52b294ed67a88187305 [toolchain/gcc]: the only reasons for having 4.4 around are avr32 and ubicom32, so make it depend on them SVN-Revision: 27559 --- 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"