summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-10-24 20:52:41 +0000
committerobrien <obrien@FreeBSD.org>2011-10-24 20:52:41 +0000
commitde7cfd8b493582d36c2221baf1415afc87e4f573 (patch)
treeb5b61058ae766766e3886d865e8052dec845dc1f
parent7e29989efc0880dcad1de6843fa21a24b452826c (diff)
downloadFreeBSD-src-de7cfd8b493582d36c2221baf1415afc87e4f573.zip
FreeBSD-src-de7cfd8b493582d36c2221baf1415afc87e4f573.tar.gz
* 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.
-rw-r--r--contrib/gcc/BASE-VER2
-rw-r--r--contrib/gcc/DEV-PHASE2
-rw-r--r--gnu/usr.bin/cc/Makefile.ver2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/BASE-VER b/contrib/gcc/BASE-VER
index af8c8ec..fae6e3d 100644
--- a/contrib/gcc/BASE-VER
+++ b/contrib/gcc/BASE-VER
@@ -1 +1 @@
-4.2.2
+4.2.1
diff --git a/contrib/gcc/DEV-PHASE b/contrib/gcc/DEV-PHASE
index 373fbc6..893adcd 100644
--- a/contrib/gcc/DEV-PHASE
+++ b/contrib/gcc/DEV-PHASE
@@ -1 +1 @@
-prerelease
+patched
diff --git a/gnu/usr.bin/cc/Makefile.ver b/gnu/usr.bin/cc/Makefile.ver
index c3b8c4a..c7f4605 100644
--- a/gnu/usr.bin/cc/Makefile.ver
+++ b/gnu/usr.bin/cc/Makefile.ver
@@ -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}
OpenPOWER on IntegriCloud