summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/include/Makefile
diff options
context:
space:
mode:
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