mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
gcj can only be built safely on gcc >= 4.3
SVN-Revision: 22843
This commit is contained in:
parent
85d4291984
commit
0e00670962
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue