summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/include/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-12 15:56:21 +0000
committerobrien <obrien@FreeBSD.org>2002-09-12 15:56:21 +0000
commit1e46ffd648686e64494e3832ac6420df94d3f45e (patch)
treeb564f47805dce146273609b6de67df24f2b45a2f /gnu/usr.bin/cc/include/Makefile
parentf66142d797a4b6de545510a914ac056654e8f684 (diff)
downloadFreeBSD-src-1e46ffd648686e64494e3832ac6420df94d3f45e.zip
FreeBSD-src-1e46ffd648686e64494e3832ac6420df94d3f45e.tar.gz
We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64"
to make building GCC happy.
Diffstat (limited to 'gnu/usr.bin/cc/include/Makefile')
-rw-r--r--gnu/usr.bin/cc/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index 71fde69..45a8cf9 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -4,7 +4,7 @@
.PATH: ${GCCDIR}/config/${GCC_CPU}
-.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "x86-64"
+.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "x86_64"
INCS= mmintrin.h xmmintrin.h
.elif ${TARGET_ARCH} == "ia64"
INCS= ia64intrin.h
OpenPOWER on IntegriCloud