]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/cc/Makefile.fe
This commit was generated by cvs2svn to compensate for changes in r163299,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / cc / Makefile.fe
1 # $FreeBSD$
2
3 #       Front-end-only bits
4
5 version!=       sed -n /version_string/p ${GCCDIR}/version.c | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'
6
7 #
8 # These were previously defined in gcc.c.  Just copy previous values from
9 # there. We ifdef most of them out for FREEBSD_NATIVE builds anyway.
10 # gcc.c won't compile without them though.
11 DRIVER_DEFINES = \
12         -DDEFAULT_TARGET_VERSION=\"$(version)\" \
13         -DDEFAULT_TARGET_MACHINE=\"$(target)\" \
14
15 CFLAGS+= ${DRIVER_DEFINES}