diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-04 10:59:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-04 10:59:02 +0000 |
commit | cf679bf727feac1388d5efc319c1e5a3849eed19 (patch) | |
tree | 994ae309819429bd8093251e4667bb4e30d80146 /toolchain/gcc | |
parent | 57b9e80e456ab648493e794fe5ca2569611785bc (diff) | |
download | master-187ad058-cf679bf727feac1388d5efc319c1e5a3849eed19.tar.gz master-187ad058-cf679bf727feac1388d5efc319c1e5a3849eed19.tar.bz2 master-187ad058-cf679bf727feac1388d5efc319c1e5a3849eed19.zip |
Allow installing gcj/gnu classpath,for those interested
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4ae2ab9dd9..ebacf6982e 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -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 ? |