diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-11 23:25:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-11 23:25:55 +0200 |
commit | efd988a93f437b050627727fd1bd9041764b2de7 (patch) | |
tree | 1d91d51ce8fb775732b18193c8a495d332e29e7b /jtools/gcj/Makefile | |
parent | 1ed6f2b800832dceb40515f22c11ae33936c3b94 (diff) | |
parent | 7f8bec5a9a9b9188ab7d8cbbec5f93343d7089a0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools/gcj/Makefile')
-rw-r--r-- | jtools/gcj/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jtools/gcj/Makefile b/jtools/gcj/Makefile index 7ccd03c15..ea41ca671 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)/usr \ - --with-mpfr=$(STAGING_HOST_DIR)/usr \ - --with-gmp=$(STAGING_HOST_DIR)/usr \ + --with-mpc=$(STAGING_HOST_DIR) \ + --with-mpfr=$(STAGING_HOST_DIR) \ + --with-gmp=$(STAGING_HOST_DIR) \ --disable-libmudflap \ --disable-libgomp \ --disable-biarch \ |