Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin/include GCC 4.5 x86 installs a bun...



details:   https://anonhg.NetBSD.org/src/rev/8e699fde4bbd
branches:  trunk
changeset: 766669:8e699fde4bbd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 29 08:37:10 2011 +0000

description:
GCC 4.5 x86 installs a bunch more platform header files

diffstat:

 external/gpl3/gcc/usr.bin/include/Makefile |  25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 0d752f67a85b -r 8e699fde4bbd external/gpl3/gcc/usr.bin/include/Makefile
--- a/external/gpl3/gcc/usr.bin/include/Makefile        Wed Jun 29 08:10:05 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/include/Makefile        Wed Jun 29 08:37:10 2011 +0000
@@ -1,12 +1,33 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2011/06/29 08:37:10 mrg Exp $
 
 .include "../Makefile.inc"
 
 .if ${MACHINE_CPU} == "powerpc"
 INCS=  altivec.h
 .elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-INCS=  emmintrin.h mmintrin.h pmmintrin.h xmmintrin.h mm_malloc.h
+INCS= \
+       mmintrin.h \
+       mm3dnow.h \
+       xmmintrin.h \
+       emmintrin.h \
+       pmmintrin.h \
+       tmmintrin.h \
+       ammintrin.h \
+       smmintrin.h \
+       nmmintrin.h \
+       bmmintrin.h \
+       fma4intrin.h \
+       wmmintrin.h \
+       immintrin.h \
+       x86intrin.h \
+       avxintrin.h \
+       xopintrin.h \
+       ia32intrin.h \
+       popcntintrin.h \
+       lwpintrin.h \
+       abmintrin.h
 
+# XXX this comment is no longer true:
 # We don't have posix_memalign, so use the gmm_malloc.h version.
 mm_malloc.h: ${DIST}/gcc/config/i386/gmm_malloc.h
        cp $> ${.TARGET}



Home | Main Index | Thread Index | Old Index