diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-12 22:08:56 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-12 22:08:56 +0100 |
commit | b0bcafc6a0e03e5ee7506a051ebbb0b93c94941b (patch) | |
tree | 740f98882416e31aa7f94da2d1a0f4f41a3af66c /toolchain/gcc/Config.in | |
parent | 74b46041e4622a00e9d7392986c974eb6c455d61 (diff) |
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.in | 12 |
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 |