summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-27 14:07:36 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-27 14:07:36 +0000
commita62ceefdd413e199af599458d653ca5e5728e220 (patch)
treec9c42cf50e976dce8abc1b13612a1fb810f894f4 /toolchain/gcc/Config.in
parent1f3eec6e8fc30b961e9b24ca1d7fc676fcdd41ae (diff)
toolchain/gcc: fix java support
Not runtime tested, but now it atleast builds.
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index d9f90fdea..293cac092 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -142,9 +142,13 @@ config BR2_GCC_CROSS_FORTRAN
help
Build a Fortran cross-compiler
+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
help
Build/install java compiler and libgcj?