1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:01:52 +02:00

[toolchain] gcj can only be built safely on gcc >= 4.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22843 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-08-30 07:35:18 +00:00
parent 683db7ad25
commit cf5ce25305

View File

@ -108,6 +108,7 @@ config INSTALL_LIBSTDCPP
config INSTALL_LIBGCJ config INSTALL_LIBGCJ
bool bool
depends on !(GCC_VERSION_4_1||GCC_VERSION_4_2)
prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
default n default n
help help