From ecf189dbe827549ea7e12f939cc410f5996b3d2b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 4 Apr 2011 17:33:11 +0200 Subject: 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. --- jtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/Makefile') 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)) -- cgit v1.2.3 From 29b1e2852b8eff1a29aaa3bbd7960796337070fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 8 Apr 2011 18:44:52 +0200 Subject: add openjdk native build to jtools, add jikes for ant compile tests --- jtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/Makefile') diff --git a/jtools/Makefile b/jtools/Makefile index 23c90534f..56f04d90c 100644 --- a/jtools/Makefile +++ b/jtools/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk TARGETS:= ifneq ($(ADK_PACKAGE_OPENJDK),) -TARGETS+=fastjar gcj classpath ecj +TARGETS+=fastjar gcj jikes classpath ecj openjdk endif TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) -- cgit v1.2.3 From f3ded116304e1a71bae106ed0a842984de88760d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Apr 2011 11:24:33 +0200 Subject: compile ant as prerequisites with jikes and jamvm --- jtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/Makefile') diff --git a/jtools/Makefile b/jtools/Makefile index 56f04d90c..af8bdd957 100644 --- a/jtools/Makefile +++ b/jtools/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk TARGETS:= ifneq ($(ADK_PACKAGE_OPENJDK),) -TARGETS+=fastjar gcj jikes classpath ecj openjdk +TARGETS+=fastjar gcj jikes jamvm classpath ant ecj openjdk endif TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) -- cgit v1.2.3 From 740a42f993f543c330e2ac5bef45ccf0cd06747c Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 10 Apr 2011 15:39:23 +0200 Subject: minor tweaks to get ant used --- jtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/Makefile') diff --git a/jtools/Makefile b/jtools/Makefile index af8bdd957..5106df2e6 100644 --- a/jtools/Makefile +++ b/jtools/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk TARGETS:= ifneq ($(ADK_PACKAGE_OPENJDK),) -TARGETS+=fastjar gcj jikes jamvm classpath ant ecj openjdk +TARGETS+=fastjar gcj ecj jikes jamvm classpath ant openjdk endif TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) -- cgit v1.2.3