diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-08 12:03:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-08 12:03:24 +0000 |
commit | 38d4bfb9ef5a238cc80315e0134d9615bdc166c0 (patch) | |
tree | 716c97e380e794583cbced3321b9d5865472ec8f | |
parent | acde70bfd5ec1708f6fcef79df9807e7ec54576e (diff) | |
download | upstream-38d4bfb9ef5a238cc80315e0134d9615bdc166c0.tar.gz upstream-38d4bfb9ef5a238cc80315e0134d9615bdc166c0.tar.bz2 upstream-38d4bfb9ef5a238cc80315e0134d9615bdc166c0.zip |
rdc can be built with gcc4 as well, my mistake
SVN-Revision: 8379
-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 c3254e1a83..a5cbe90b81 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -8,7 +8,7 @@ config GCC_VERSION if !TOOLCHAINOPTS config GCC_VERSION_3_4_6 - default y if LINUX_2_4||LINUX_2_6_RDC + default y if LINUX_2_4 config GCC_VERSION_4_2_0 default y if LINUX_2_6_MAGICBOX |