diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-12-25 00:06:31 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-12-25 00:06:31 +0000 |
commit | 37cefa5a508f0a196e3e42a725bc561b838f12d1 (patch) | |
tree | bb0a309f5c51cd32c126fd43b94ffb00caf692b4 /gnu/usr.bin | |
parent | c9611fa2f0d000fed83ffe9640d58121b9f305a5 (diff) |
some new i386-specific include files. Adjust directory name.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index 91d21b3b1c1..13d2bbd1cc9 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.50 2004/10/21 20:47:29 grange Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.51 2004/12/25 00:06:30 espie Exp $ MAN= gcc.1 cpp.1 gcov.1 protoize.1 MLINKS+= protoize.1 unprotoize.1 @@ -13,7 +13,7 @@ MAN+= f/g77.1 MLINKS+= gcc.1 g++.1 gcc.1 c++.1 MLINKS+= g77.1 f77.1 .endif -V=3.3.2 +V=3.3.5 FAKE_FILES=/usr/share/info/g77.info-21 \ /usr/share/info/gcc.info-25 \ @@ -173,7 +173,9 @@ depend: config.status FILES= ${.CURDIR}/gcc/unwind.h .if ${M_ARCH} == "i386" FILES+=${.CURDIR}/gcc/config/i386/mmintrin.h \ - ${.CURDIR}/gcc/config/i386/xmmintrin.h + ${.CURDIR}/gcc/config/i386/xmmintrin.h \ + ${.CURDIR}/gcc/config/i386/emmintrin.h \ + ${.CURDIR}/gcc/config/i386/pmmintrin.h .elif ${M_ARCH} == "powerpc" FILES+=${.CURDIR}/gcc/config/rs6000/altivec.h .endif |