From 6666eb6db2eb18daa128f6ee624bb7ecfe6af76f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 22 Dec 2005 18:15:02 +0000 Subject: Install header files for MMX/SSE intrinsics on amd64 too. ok pval@ --- gnu/usr.bin/gcc/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index 8ce566acc35..31d854bdbb5 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.52 2005/04/08 21:11:08 kettenis Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.53 2005/12/22 18:15:01 kettenis Exp $ MAN= gcc.1 cpp.1 gcov.1 protoize.1 MLINKS+= protoize.1 unprotoize.1 @@ -164,7 +164,7 @@ depend: config.status exec ${MAKE} ${MAKE_FLAGS} generated-manpages FILES= ${.CURDIR}/gcc/unwind.h -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" FILES+=${.CURDIR}/gcc/config/i386/mmintrin.h \ ${.CURDIR}/gcc/config/i386/xmmintrin.h \ ${.CURDIR}/gcc/config/i386/emmintrin.h \ -- cgit v1.2.3