mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 13:09:08 +01:00
Allow installing gcj/gnu classpath,for those interested
SVN-Revision: 8337
This commit is contained in:
parent
b43058582a
commit
4d8a5d7d23
1 changed files with 6 additions and 1 deletions
|
|
@ -39,4 +39,9 @@ config INSTALL_LIBSTDCPP
|
|||
help
|
||||
Build/install c++ compiler and libstdc++?
|
||||
|
||||
|
||||
config INSTALL_LIBGCJ
|
||||
bool
|
||||
prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
|
||||
default n
|
||||
help
|
||||
Build/install java compiler and GNU classpath ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue