Add two additional headers for amd64 and x86.

Reported by: Ollivier Robert
This commit is contained in:
Alexander Kabaev 2003-12-09 16:31:30 +00:00
parent 721bdb8d39
commit 903f6fc326
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123359

View File

@ -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