diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-11 17:25:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-11 17:25:20 +0800 |
commit | d504366865419410aa6ec0a0fbb6e89b60edf808 (patch) | |
tree | b038eda22457d0419be05b41906418dc7141b87d /lang/gcc32/Makefile | |
parent | 3573e04975851908aabb28a44077dc7e108cdf3c (diff) | |
download | freebsd-ports-gnome-d504366865419410aa6ec0a0fbb6e89b60edf808.tar.gz freebsd-ports-gnome-d504366865419410aa6ec0a0fbb6e89b60edf808.tar.zst freebsd-ports-gnome-d504366865419410aa6ec0a0fbb6e89b60edf808.zip |
Upgrade to the 9-March-2002 GCC 3.1 development snapshot.
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index bd9d6712721d..482f28b00d98 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2002-03-04 +SNAPDATE= 2002-03-09 SNAPVER= ${SNAPDATE:S/-//g} PORTNAME= gcc @@ -134,11 +134,11 @@ post-install: ${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${SNAPVER} # These 3 libraries are moved from PREFIX/lib to avoid conflicts # with the stock compiler. - ${MV} -f ${PREFIX}/lib/libiberty.a ${TARGLIB} .for file in libstdc++ libsupc++ libg2c libfrtbegin libobjc ${MV} -f ${PREFIX}/lib/${file}.* ${TARGLIB} .endfor -${MV} -f ${PREFIX}/lib/ieee ${TARGLIB} + ${RM} -f ${PREFIX}/lib/libiberty.a #.for info in cpp cppinternals g77 gcc gcj # install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir #.endfor @@ -157,7 +157,7 @@ post-install: ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib cd ${WRKDIR} ; ex < ex.script -chklatest: +cklatest: ncftpls \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ \ | grep LATEST |