summaryrefslogtreecommitdiff
path: root/jtools/gcj
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:11:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:11:19 +0200
commit3cda7c5f211225fea03a3634daeef9cafd627aa2 (patch)
treeca35985e99c5c699d3cc2246042306ac3e6f9b74 /jtools/gcj
parent2bf604ffc3707110490658b3d2004da62767722b (diff)
parent7356a92fbf59f66521b2e7fdd478b0fa63df052d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools/gcj')
-rw-r--r--jtools/gcj/Makefile6
1 files changed, 3 insertions, 3 deletions
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 \