Deleted Added
full compact
Makefile (256281) Makefile (291815)
1# $FreeBSD: stable/10/gnu/usr.bin/cc/cc_tools/Makefile 245539 2013-01-17 05:56:28Z andrew $
1# $FreeBSD: stable/10/gnu/usr.bin/cc/cc_tools/Makefile 291815 2015-12-04 18:59:20Z bdrewery $
2
3.include <bsd.own.mk>
4
5CFLAGS+= -I.
6
7.include "../Makefile.inc"
8
9CFLAGS+= -g

--- 202 unchanged lines hidden (view full) ---

212tconfig.h:
213 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
214 HEADERS="auto-host.h ansidecl.h" \
215 DEFINES="USED_FOR_TARGET" \
216 /bin/sh ${GCCDIR}/mkconfig.sh ${.TARGET}
217
218GENSRCS+= tconfig.h
219CLEANFILES+= cs-tconfig.h
2
3.include <bsd.own.mk>
4
5CFLAGS+= -I.
6
7.include "../Makefile.inc"
8
9CFLAGS+= -g

--- 202 unchanged lines hidden (view full) ---

212tconfig.h:
213 TARGET_CPU_DEFAULT="${TARGET_CPU_DEFAULT}" \
214 HEADERS="auto-host.h ansidecl.h" \
215 DEFINES="USED_FOR_TARGET" \
216 /bin/sh ${GCCDIR}/mkconfig.sh ${.TARGET}
217
218GENSRCS+= tconfig.h
219CLEANFILES+= cs-tconfig.h
220
220# Options
221optionlist: ${OPT_FILES}
222 LC_ALL=C awk -f ${GCCDIR}/opt-gather.awk ${.ALLSRC} > ${.TARGET}
223
224options.h: optionlist
225 LC_ALL=C awk -f ${GCCDIR}/opt-functions.awk \
226 -f ${GCCDIR}/opth-gen.awk \
227 < ${.ALLSRC} > ${.TARGET}

--- 328 unchanged lines hidden ---
221# Options
222optionlist: ${OPT_FILES}
223 LC_ALL=C awk -f ${GCCDIR}/opt-gather.awk ${.ALLSRC} > ${.TARGET}
224
225options.h: optionlist
226 LC_ALL=C awk -f ${GCCDIR}/opt-functions.awk \
227 -f ${GCCDIR}/opth-gen.awk \
228 < ${.ALLSRC} > ${.TARGET}

--- 328 unchanged lines hidden ---