diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2011-04-02 13:21:36 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-02 17:44:44 +0200 |
commit | 10a925546005b9fdce4e660d62004782a0067461 (patch) | |
tree | 0eda3d29aef45a1a8be11679b83a8ef34402950d /jtools/gcj | |
parent | 1f95e99b6fd61be1cdb891d82385e6e15ea47713 (diff) |
speed up building gcj by disabling gcc bootstrap (since gcc from here is not used anyway, pointless)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'jtools/gcj')
-rw-r--r-- | jtools/gcj/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jtools/gcj/Makefile b/jtools/gcj/Makefile index ba31c27ea..60cf4fca7 100644 --- a/jtools/gcj/Makefile +++ b/jtools/gcj/Makefile @@ -27,6 +27,7 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared --disable-biarch \ --disable-decimal-float \ --disable-multilib \ + --disable-bootstrap \ ); touch $@ |