mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
* 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
3 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue