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 | ac44d974c10442e695e63359a60f41fdd4b79ff8 (patch) | |
tree | 0e2b78d46db1b51c7b49b506d3caf61ae7b1458a /toolchain | |
parent | bdbf7129f7c065c9d51df1eb5603372068722362 (diff) | |
download | upstream-ac44d974c10442e695e63359a60f41fdd4b79ff8.tar.gz upstream-ac44d974c10442e695e63359a60f41fdd4b79ff8.tar.bz2 upstream-ac44d974c10442e695e63359a60f41fdd4b79ff8.zip |
rdc can be built with gcc4 as well, my mistake
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-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 |