summaryrefslogtreecommitdiff
path: root/lang/gcc35/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-04 08:50:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-04 08:50:08 +0000
commit1e2ea8ca7d583846168ecfa9be70f80623b6326f (patch)
tree73d544498f2594fbd51ebee30315f4fe0c3e717d /lang/gcc35/Makefile
parentFix mistake in master site (diff)
Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.
[and a sad day in history]
Notes
Notes: svn path=/head/; revision=42241
Diffstat (limited to 'lang/gcc35/Makefile')
-rw-r--r--lang/gcc35/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gcc35/Makefile b/lang/gcc35/Makefile
index 66ce076c81a4..66f8ab6cc2d5 100644
--- a/lang/gcc35/Makefile
+++ b/lang/gcc35/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-SNAPDATE= 2001-03-20
+SNAPDATE= 2001-04-30
SNAPVER= ${SNAPDATE:S/-//g}
PORTNAME= gcc-devel
@@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --enable-threads=posix
.endif
ALL_TARGET= bootstrap
-MAN1= gcpp.1 gg++.1 gg77.1 ggcc.1
+MAN1= gcpp.1 gg++.1 gg77.1 ggcc.1 ggcov.1
pre-configure:
@(MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
@@ -110,6 +110,7 @@ post-install:
${MV} -f ${PREFIX}/bin/g++ ${PREFIX}/bin/gg++
${MV} -f ${PREFIX}/bin/g77 ${PREFIX}/bin/gg77
${MV} -f ${PREFIX}/bin/g++filt ${PREFIX}/bin/gg++filt
+ ${MV} -f ${PREFIX}/bin/gcov ${PREFIX}/bin/ggcov
${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${SNAPVER}
${RM} -f ${PREFIX}/bin/${GNU_HOST}-c++
${RM} -f ${PREFIX}/bin/cpp
@@ -122,6 +123,7 @@ post-install:
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
+ ${MV} -f ${PREFIX}/man/man1/gcov.1 ${PREFIX}/man/man1/ggcov.1
#.if defined(WANT_SHAREDLIBS)
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
#.endif