diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-08 12:03:24 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-08 12:03:24 +0000 |
commit | 8ec76b7a5519738c81e012ef4ae486e999e8ecfe (patch) | |
tree | 0e2b78d46db1b51c7b49b506d3caf61ae7b1458a /toolchain | |
parent | 795c5b1b26e38c664f5f4120b5016565a6fca393 (diff) |
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 c3254e1a8..a5cbe90b8 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 |