summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2012-01-12 22:08:56 +0100
committerPeter Korsgaard2012-01-12 22:08:56 +0100
commitb0bcafc6a0e03e5ee7506a051ebbb0b93c94941b (patch)
tree740f98882416e31aa7f94da2d1a0f4f41a3af66c /toolchain/gcc/Config.in
parentbluez_utils: bump to 4.97 (diff)
downloadbuildroot-b0bcafc6a0e03e5ee7506a051ebbb0b93c94941b.tar.gz
buildroot-b0bcafc6a0e03e5ee7506a051ebbb0b93c94941b.tar.xz
buildroot-b0bcafc6a0e03e5ee7506a051ebbb0b93c94941b.zip
Remove java support
Has been marked as broken since July 2010 (39e6ba1b), and nobody has stepped up to support it, so now finally remove it completely. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index dbcbbd3fd..acaa3a88d 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -68,18 +68,6 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS
help
Any additional gcc configure options you may want to include....
-config BR2_GCC_CROSS_JAVA
- bool
-
-config BR2_INSTALL_LIBGCJ
- bool "Build/install java compiler and libgcj?"
- depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP
- select BR2_GCC_CROSS_JAVA
- select BR2_LARGEFILE
- depends on BROKEN
- help
- Build/install java compiler and libgcj?
-
config BR2_INSTALL_OBJC
bool "Build/install Objective-C compiler and runtime?"
depends on !BR2_avr32