summaryrefslogtreecommitdiffstats
path: root/openwrt
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
commit2bc4eea8ba2abba734521f991e4e1efa9dc3d157 (patch)
tree0e5c7b5f3bd1657feeef425ecb326f7bcc243ba3 /openwrt
parent2eab8bf09fe2408cd22f7ca16ce32476b7905f28 (diff)
remove java compiler option, with will not work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/toolchain/gcc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in
index 2ad0b5e6b..9dd7d0ca4 100644
--- a/openwrt/toolchain/gcc/Config.in
+++ b/openwrt/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?