mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h'
header with src/gcc/usr.bin/cc/cc_tools/Makefile.
This commit is contained in:
parent
32458f8c01
commit
a8d46c3a99
1 changed files with 0 additions and 4 deletions
|
|
@ -97,11 +97,7 @@ tm.h:
|
|||
echo '#include "svr4.h"' >> ${.TARGET}
|
||||
.endif
|
||||
echo '#include <freebsd.h>' >> ${.TARGET}
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
echo '#include "${MACHINE_ARCH}/freebsd4.h"' >> ${.TARGET}
|
||||
.else
|
||||
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue