diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-11-08 21:08:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-11-08 21:08:00 +0000 |
commit | 1d1f2e0a35b65848ba5c86965ee5646744e0a218 (patch) | |
tree | 302ff6e5a8c7c371410391d33e3db46200fa92f8 /lang | |
parent | c7db04078295db2951c8dc5d31617d2da6fa4e4c (diff) | |
download | ports-1d1f2e0a35b65848ba5c86965ee5646744e0a218.tar.gz ports-1d1f2e0a35b65848ba5c86965ee5646744e0a218.zip |
Notes
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 \ |