* 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.
This commit is contained in:
parent
52ca7ee210
commit
d65033b604
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226702
@ -1 +1 @@
|
||||
4.2.2
|
||||
4.2.1
|
||||
|
@ -1 +1 @@
|
||||
prerelease
|
||||
patched
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user