diff options
author | gerald <gerald@FreeBSD.org> | 2003-11-09 05:08:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-11-09 05:08:00 +0800 |
commit | 99fb67bc99bfcbf624c5631f2b5e94df5e77aac1 (patch) | |
tree | 443d96b0138b8aef01db9b4f9721e3a2b485cfb7 /lang | |
parent | c1c2e1f3ee259b2cd72b3b7a37dc7ba151d9a4e5 (diff) | |
download | freebsd-ports-gnome-99fb67bc99bfcbf624c5631f2b5e94df5e77aac1.tar.gz freebsd-ports-gnome-99fb67bc99bfcbf624c5631f2b5e94df5e77aac1.tar.zst freebsd-ports-gnome-99fb67bc99bfcbf624c5631f2b5e94df5e77aac1.zip |
Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increase
the chance of success on disk starved hosts (e.g. on the FreeBSD cluster).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index e007b4a0faf8..0fd5a3ecc903 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -80,7 +80,7 @@ CONFIGURE_ARGS+= --enable-threads # ?is this an ObjC only thing? CONFIGURE_ARGS+= --enable-threads=posix .endif -ALL_TARGET= bootstrap +ALL_TARGET= bootstrap-lean MAN1= cpp33.1 g++33.1 g77-33.1 gcc33.1 gcov33.1 \ gcj33.1 gcjh33.1 gij33.1 grepjar33.1 jar33.1 \ jcf-dump33.1 jv-scan33.1 jv-convert33.1 \ |