summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-15 22:40:50 +0000
committerobrien <obrien@FreeBSD.org>2002-05-15 22:40:50 +0000
commit5637f2111a58203b453bd7d31615a0d7c51c21a2 (patch)
tree461319f8940ff667d01f364bbcb11821910b8954
parent507dcb3a484ce9185627577284a59bea4aa6a115 (diff)
downloadFreeBSD-src-5637f2111a58203b453bd7d31615a0d7c51c21a2.zip
FreeBSD-src-5637f2111a58203b453bd7d31615a0d7c51c21a2.tar.gz
Add x86-64 bits.
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 9d1a9f6..22bb6f9 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -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}
OpenPOWER on IntegriCloud