From 0cd8441a97651e1a180a34ad82f927f31b04daaf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 6 Jan 2009 22:10:17 +0000 Subject: Add the Eclipse Java Compiler to be able to compile Java. Andy JOHNSON wrote: The Java compiler for GCC versions 4.3.0 and up requires the Eclipse compiler "ecj1" to be built as well. I added "gcj" to the list of utilities to make the initial link. /trunk/scripts/build/cc/gcc.sh | 12 12 0 0 ++++++++++++ /trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/config/cc/gcc.in | 6 6 0 0 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) --- config/cc/gcc.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 610ac594..9eb99b1b 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -223,3 +223,9 @@ config CC_BUGURL default "" help Specify the URL that users should visit if they wish to report a bug. + +config CC_LANG_JAVA_USE_ECJ + bool + default y + depends on CC_LANG_JAVA + depends on CC_GCC_4_3_or_later -- cgit v1.2.3