diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-30 10:53:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-30 10:53:55 +0000 |
commit | 4801705d83e49f716eedd4014ec273c7617f11f3 (patch) | |
tree | 3d044b5770d408ceed3566edbcd7266df0318dd7 /toolchain/gcc/Config.version | |
parent | 4a1e2123eba1804923188910687e9935a3f17e40 (diff) | |
download | upstream-4801705d83e49f716eedd4014ec273c7617f11f3.tar.gz upstream-4801705d83e49f716eedd4014ec273c7617f11f3.tar.bz2 upstream-4801705d83e49f716eedd4014ec273c7617f11f3.zip |
remove support for ubicom32
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34432
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 67165b767f..a473430395 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -3,7 +3,7 @@ config GCC_DEFAULT_VERSION config GCC_DEFAULT_VERSION_4_4_7 select GCC_DEFAULT_VERSION - default y if (avr32 || ubicom32) + default y if avr32 bool config GCC_DEFAULT_VERSION_4_6_LINARO |