From fcbdc1f8a008c1ae7536c481c493ca6755da4caf Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 15 May 2002 22:40:50 +0000 Subject: [PATCH] Add x86-64 bits. --- gnu/usr.bin/cc/cc_tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 9d1a9f61c4a..22bb6f99bde 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}