aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-12-09 16:31:30 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-12-09 16:31:30 +0000
commit903f6fc32649ab0adc625f33413d0c72d608e1c6 (patch)
tree176fe36b063285b5d9cdf2e37b8ef7f64d33f6ac /gnu
parent721bdb8d39df23d4d5e1a1a975054ce3c8d1c565 (diff)
Notes
Diffstat (limited to 'gnu')
-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 c9f7ee80b625..2157960bf92c 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -5,7 +5,7 @@
.PATH: ${GCCDIR}/config/${GCC_CPU}
.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
-INCS= mmintrin.h xmmintrin.h
+INCS= emmintrin.h mmintrin.h pmmintrin.h xmmintrin.h
.elif ${TARGET_ARCH} == "ia64"
INCS= ia64intrin.h
.endif