Add x86-64 bits.

This commit is contained in:
obrien 2002-05-15 22:40:50 +00:00
parent 507dcb3a48
commit 5637f2111a

View File

@ -166,6 +166,9 @@ tconfig.h:
.endif
.endif
echo '#include "${GCC_CPU}/freebsd.h"' >> ${.TARGET}
.if ${TARGET_ARCH} == "x86-64"
echo '#include "${GCC_CPU}/freebsd64.h"' >> ${.TARGET}
.endif
echo '#include "defaults.h"' >> ${.TARGET}
echo '#ifndef POSIX' >> ${.TARGET}
echo '# define POSIX' >> ${.TARGET}