diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-30 07:35:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-30 07:35:18 +0000 |
commit | 0e0067096215d2c6b2b2b417a1a194dbff81eeab (patch) | |
tree | a5ce432739758da924e6cece46f4338aa8cb2c81 /toolchain | |
parent | 85d42919845ed5e20713de18b9cd37d21fe2f8f9 (diff) | |
download | upstream-0e0067096215d2c6b2b2b417a1a194dbff81eeab.tar.gz upstream-0e0067096215d2c6b2b2b417a1a194dbff81eeab.tar.bz2 upstream-0e0067096215d2c6b2b2b417a1a194dbff81eeab.zip |
gcj can only be built safely on gcc >= 4.3
SVN-Revision: 22843
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index fe34613e96..308054c2b4 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -108,6 +108,7 @@ config INSTALL_LIBSTDCPP config INSTALL_LIBGCJ bool + depends on !(GCC_VERSION_4_1||GCC_VERSION_4_2) prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS default n help |