From 903f6fc32649ab0adc625f33413d0c72d608e1c6 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Tue, 9 Dec 2003 16:31:30 +0000 Subject: [PATCH] Add two additional headers for amd64 and x86. Reported by: Ollivier Robert --- gnu/usr.bin/cc/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index c9f7ee80b62..2157960bf92 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