diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-26 22:25:19 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-26 22:25:19 +0200 |
commit | 39e6ba1b39de98e445f0d4694567a232cfc42332 (patch) | |
tree | 35180fa7a2f72642990d5789dd40efa2e17b5580 /toolchain | |
parent | 3cd5174ed796400a9566c0ea52f3551cba52bfe0 (diff) | |
download | buildroot-novena-39e6ba1b39de98e445f0d4694567a232cfc42332.tar.gz buildroot-novena-39e6ba1b39de98e445f0d4694567a232cfc42332.zip |
java: mark as broken
We haven't had any updates to the java packages in a long time,
gcj in 4.3.x doesn't build, and 4.4.x is missing ecj1, so it cannot
have many users.
Mark it as broken and remove during the 2010.11 cycle, unless someone
steps up to maintain it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 0c7295764..31eba6bfb 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -96,6 +96,7 @@ config BR2_INSTALL_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? |