From de7cfd8b493582d36c2221baf1415afc87e4f573 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 24 Oct 2011 20:52:41 +0000 Subject: [PATCH] * 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. --- contrib/gcc/BASE-VER | 2 +- contrib/gcc/DEV-PHASE | 2 +- gnu/usr.bin/cc/Makefile.ver | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/gcc/BASE-VER b/contrib/gcc/BASE-VER index af8c8ec7c134..fae6e3d04b2c 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 373fbc60bb98..893adcd31e96 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 c3b8c4a6f99d..c7f460560ff1 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}