diff options
author | kan <kan@FreeBSD.org> | 2003-12-09 16:31:30 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-12-09 16:31:30 +0000 |
commit | bbdf5e92c48d6f55f45720c95dc26d8fc8c22797 (patch) | |
tree | 176fe36b063285b5d9cdf2e37b8ef7f64d33f6ac /gnu | |
parent | e5dea073ca6fcd94dbc432b0f79cae0a8c67da07 (diff) | |
download | FreeBSD-src-bbdf5e92c48d6f55f45720c95dc26d8fc8c22797.zip FreeBSD-src-bbdf5e92c48d6f55f45720c95dc26d8fc8c22797.tar.gz |
Add two additional headers for amd64 and x86.
Reported by: Ollivier Robert
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index c9f7ee8..2157960 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 |