[toolchain] gcj can only be built safely on gcc >= 4.3
[openwrt/svn-archive/archive.git] / toolchain / gcc / Config.in
index fe34613e9689f3a727271dc4d2edbffe068f5fc7..308054c2b4658a2535e987a9214d3340a30fade4 100644 (file)
@@ -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