summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-19 23:36:35 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-19 23:36:35 +0000
commita88cb78d380aa4429c18b0f582d7c1d1b6f06078 (patch)
treeaffdc0281747a39d4fa46ec6bc239cabd53fe903 /toolchain
parent0d52ac0f6a06a36bc0f0316b8593f1f8dc3a8a53 (diff)
remove java compiler option, with will not work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 2ad0b5e6b..9dd7d0ca4 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -64,9 +64,3 @@ config BR2_INSTALL_LIBSTDCPP
help
Build/install c++ compiler and libstdc++?
-config BR2_INSTALL_LIBGCJ
- bool "Build/install java compiler and libgcj?"
- default n
- depends on BR2_INSTALL_LIBSTDCPP
- help
- Build/install java compiler and libgcj?