From 7356a92fbf59f66521b2e7fdd478b0fa63df052d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 6 Apr 2011 14:25:15 +0200 Subject: add wrappers for ecj and gij, allow to start openjdk bootstrap target jdk compile --- jtools/gcj/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jtools/gcj') diff --git a/jtools/gcj/Makefile b/jtools/gcj/Makefile index ea41ca671..7ccd03c15 100644 --- a/jtools/gcj/Makefile +++ b/jtools/gcj/Makefile @@ -26,9 +26,9 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared --enable-java-home \ --enable-languages=java \ --with-ffi \ - --with-mpc=$(STAGING_HOST_DIR) \ - --with-mpfr=$(STAGING_HOST_DIR) \ - --with-gmp=$(STAGING_HOST_DIR) \ + --with-mpc=$(STAGING_HOST_DIR)/usr \ + --with-mpfr=$(STAGING_HOST_DIR)/usr \ + --with-gmp=$(STAGING_HOST_DIR)/usr \ --disable-libmudflap \ --disable-libgomp \ --disable-biarch \ -- cgit v1.2.3