diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-04 17:33:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-04 17:33:11 +0200 |
commit | ecf189dbe827549ea7e12f939cc410f5996b3d2b (patch) | |
tree | a367c82a6cdc00b304c1ff9e910cba0c927709c3 /jtools/Makefile | |
parent | 2484b250c93f9cca8e0565223a920d77ca1e571e (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/Makefile')
-rw-r--r-- | jtools/Makefile | 2 |
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)) |