summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-05-08 22:54:53 +0000
committerdim <dim@FreeBSD.org>2013-05-08 22:54:53 +0000
commite836816d7791f1f1ca3015753d6c4c55ae034695 (patch)
treec2df6c1e2404f3ce57518ad55ed4614074bc7446 /gnu
parent7a182f92e4a365818380bbcdd4e869403599adbc (diff)
downloadFreeBSD-src-e836816d7791f1f1ca3015753d6c4c55ae034695.zip
FreeBSD-src-e836816d7791f1f1ca3015753d6c4c55ae034695.tar.gz
When gcc 4.2.0 was imported, the 3DNow intrinsics header <mm3dnow.h> was
not added to the list of intrinsics headers to install, so belatedly (5 years :) add it. MFC after: 1 week
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index 357bac0..9285795 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -9,7 +9,8 @@ INCSDIR=${INCLUDEDIR}/gcc/${GCCVER}
.PATH: ${GCCDIR}/config/${GCC_CPU}
.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
-INCS= emmintrin.h mmintrin.h pmmintrin.h tmmintrin.h xmmintrin.h mm_malloc.h
+INCS= emmintrin.h mmintrin.h mm3dnow.h pmmintrin.h tmmintrin.h xmmintrin.h \
+ mm_malloc.h
.elif ${TARGET_ARCH} == "ia64"
INCS= ia64intrin.h
.elif ${TARGET_ARCH} == "arm"
OpenPOWER on IntegriCloud