svn commit: r227128 - in stable/9: contrib/gcc gnu/usr.bin/cc
David E. O'Brien
obrien at FreeBSD.org
Sun Nov 6 02:10:41 UTC 2011
Author: obrien
Date: Sun Nov 6 02:10:40 2011
New Revision: 227128
URL: http://svn.freebsd.org/changeset/base/227128
Log:
MFC: r226702
* Don't give the impression that this compiler is GPLv3.
(It is "well known" that GCC 4.2.2 is GPLv3.)
* Don't give the impression that this compiler isn't "trustable".
* Fix dependency nit.
Approved by: re (kib)
Modified:
stable/9/contrib/gcc/BASE-VER
stable/9/contrib/gcc/DEV-PHASE
stable/9/gnu/usr.bin/cc/Makefile.ver
Directory Properties:
stable/9/ (props changed)
stable/9/contrib/gcc/ (props changed)
Modified: stable/9/contrib/gcc/BASE-VER
==============================================================================
--- stable/9/contrib/gcc/BASE-VER Sun Nov 6 02:03:27 2011 (r227127)
+++ stable/9/contrib/gcc/BASE-VER Sun Nov 6 02:10:40 2011 (r227128)
@@ -1 +1 @@
-4.2.2
+4.2.1
Modified: stable/9/contrib/gcc/DEV-PHASE
==============================================================================
--- stable/9/contrib/gcc/DEV-PHASE Sun Nov 6 02:03:27 2011 (r227127)
+++ stable/9/contrib/gcc/DEV-PHASE Sun Nov 6 02:10:40 2011 (r227128)
@@ -1 +1 @@
-prerelease
+patched
Modified: stable/9/gnu/usr.bin/cc/Makefile.ver
==============================================================================
--- stable/9/gnu/usr.bin/cc/Makefile.ver Sun Nov 6 02:03:27 2011 (r227127)
+++ stable/9/gnu/usr.bin/cc/Makefile.ver Sun Nov 6 02:10:40 2011 (r227128)
@@ -4,7 +4,7 @@ BASEVER!= cat ${GCCDIR}/BASE-VER
DATESTAMP!= cat ${GCCDIR}/DATESTAMP
DEVPHASE!= cat ${GCCDIR}/DEV-PHASE
-version.o: version.c
+version.o: version.c ${GCCDIR}/BASE-VER ${GCCDIR}/DATESTAMP ${GCCDIR}/DEV-PHASE
${CC} ${CFLAGS} -DBASEVER=\"${BASEVER}\" \
-DDATESTAMP=\"\ ${DATESTAMP}\" \
-DDEVPHASE=\"\ ${DEVPHASE}\" -c ${.IMPSRC}
More information about the svn-src-stable-9
mailing list