summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-28 02:36:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-28 02:36:11 +0200
commitbc70557e8384f24c5a8af02f0a592b016591c097 (patch)
tree979035158d786caa0ae4e9ff82aa4171d7bdb78d /toolchain
parent1659a23722eee992fa79eaf6886f0b50dd6d9267 (diff)
add first step to get java running
add cacaovm and classpath packages. Add some dependency packages (gconf, orbit2). Add a non-working icedtea6/openjdk, need to work on a Linux host for further experimenting.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 6e5fd7b49..20f2929b5 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -76,6 +76,7 @@ LANGUAGES:=${LANGUAGES},c++
endif
ifeq ($(ADK_TOOLCHAIN_GCC_JAVA),y)
LANGUAGES:=${LANGUAGES},java
+GCC_CONFOPTS+= --enable-java-home
endif
ifeq ($(ADK_TOOLCHAIN_GCC_ADA),y)
LANGUAGES:=${LANGUAGES},ada