|
|
| version 1.2, 2003/06/17 04:25:44 | version 1.3, 2003/11/19 00:51:36 |
|---|---|
| Line 1 | Line 1 |
| # $FreeBSD: src/gnu/lib/libgcc/Makefile,v 1.31.2.2 2002/06/20 23:13:29 obrien Exp $ | # $FreeBSD: src/gnu/lib/libgcc/Makefile,v 1.31.2.2 2002/06/20 23:13:29 obrien Exp $ |
| # $DragonFly: src/gnu/lib/libgcc/Makefile,v 1.1 2003/06/16 03:54:58 dillon Exp $ | # $DragonFly$ |
| GCCDIR= ${.CURDIR}/../../../contrib/gcc | GCCDIR= ${.CURDIR}/../../../contrib/gcc |
| Line 90 OBJS= ${LIB1OBJS} ${LIB2OBJS} ${NEW1OBJS | Line 90 OBJS= ${LIB1OBJS} ${LIB2OBJS} ${NEW1OBJS |
| config.h: | config.h: |
| echo '#include <${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h>' > ${.TARGET} | echo '#include <${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h>' > ${.TARGET} |
| echo '#include <xm-freebsd.h>' >> ${.TARGET} | echo '#include <xm-dragonfly.h>' >> ${.TARGET} |
| tconfig.h: | tconfig.h: |
| echo '#include "gansidecl.h"' > ${.TARGET} | echo '#include "gansidecl.h"' > ${.TARGET} |
| Line 102 tm.h: | Line 102 tm.h: |
| .if ${MACHINE_ARCH} == "i386" | .if ${MACHINE_ARCH} == "i386" |
| echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET} | echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET} |
| .endif | .endif |
| echo '#include <freebsd.h>' >> ${.TARGET} | echo '#include <dragonfly.h>' >> ${.TARGET} |
| echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET} | echo '#include "${MACHINE_ARCH}/dragonfly.h"' >> ${.TARGET} |
| .if ${MACHINE_ARCH} == "i386" | .if ${MACHINE_ARCH} == "i386" |
| echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET} | echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET} |
| .endif | .endif |