diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 23:36:35 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 23:36:35 +0000 |
commit | 2bc4eea8ba2abba734521f991e4e1efa9dc3d157 (patch) | |
tree | 0e5c7b5f3bd1657feeef425ecb326f7bcc243ba3 /openwrt/toolchain/gcc/Config.in | |
parent | 2eab8bf09fe2408cd22f7ca16ce32476b7905f28 (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/toolchain/gcc/Config.in')
-rw-r--r-- | openwrt/toolchain/gcc/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 2ad0b5e6b7..9dd7d0ca41 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? |