mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Add x86-64 bits.
This commit is contained in:
parent
567924ccb9
commit
fcbdc1f8a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96699
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user