summaryrefslogtreecommitdiff
path: root/jtools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-04 17:33:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-04 17:33:11 +0200
commitecf189dbe827549ea7e12f939cc410f5996b3d2b (patch)
treea367c82a6cdc00b304c1ff9e910cba0c927709c3 /jtools
parent2484b250c93f9cca8e0565223a920d77ca1e571e (diff)
first bootstrap compiler successfully works.
the AWT requires all the X11 and graphic libraries. Jamvm is not required, we can just use gij from gcj.
Diffstat (limited to 'jtools')
-rw-r--r--jtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/jtools/Makefile b/jtools/Makefile
index 932cd298f..23c90534f 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
TARGETS:=
ifneq ($(ADK_PACKAGE_OPENJDK),)
-TARGETS+=fastjar gcj classpath jamvm ecj
+TARGETS+=fastjar gcj classpath ecj
endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))