diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-19 23:36:35 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-19 23:36:35 +0000 |
commit | e5d1a45018d7562df6f4f5817f1c7e3b449025d8 (patch) | |
tree | affdc0281747a39d4fa46ec6bc239cabd53fe903 | |
parent | 79b24fb2234d071031cfa777b569e3b63fee107d (diff) | |
download | upstream-e5d1a45018d7562df6f4f5817f1c7e3b449025d8.tar.gz upstream-e5d1a45018d7562df6f4f5817f1c7e3b449025d8.tar.bz2 upstream-e5d1a45018d7562df6f4f5817f1c7e3b449025d8.zip |
remove java compiler option, with will not work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@392 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/gcc/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 2ad0b5e6b7..9dd7d0ca41 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? |