diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-05 11:05:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-05 11:05:08 +0000 |
commit | b829716e6d6b1ec732a47fb05641eb20e9d4a040 (patch) | |
tree | 1592b3e14796a8181c4c8526af3bd35976a8d7a5 /toolchain/gcc/Config.version | |
parent | cb3d2ae6e2fcc84c63709de3e7ff1ee1f211a7ac (diff) | |
download | upstream-b829716e6d6b1ec732a47fb05641eb20e9d4a040.tar.gz upstream-b829716e6d6b1ec732a47fb05641eb20e9d4a040.tar.bz2 upstream-b829716e6d6b1ec732a47fb05641eb20e9d4a040.zip |
rdc-2.6 must be built with gcc-3.4.6, if not it will not boot at all
SVN-Revision: 8345
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 a5cbe90b81..c3254e1a83 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 + default y if LINUX_2_4||LINUX_2_6_RDC config GCC_VERSION_4_2_0 default y if LINUX_2_6_MAGICBOX |