1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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).
This commit is contained in:
Gerald Pfeifer 2003-11-08 21:08:00 +00:00
parent c7db040782
commit 1d1f2e0a35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93407

View File

@ -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 \