Module Name:    src
Committed By:   mrg
Date:           Fri Jul  1 01:22:07 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/include: Makefile

Log Message:
install the posix_memalign version of mm_malloc.h, clean up


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/include/Makefile
diff -u src/external/gpl3/gcc/usr.bin/include/Makefile:1.2 src/external/gpl3/gcc/usr.bin/include/Makefile:1.3
--- src/external/gpl3/gcc/usr.bin/include/Makefile:1.2	Wed Jun 29 08:37:10 2011
+++ src/external/gpl3/gcc/usr.bin/include/Makefile	Fri Jul  1 01:22:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2011/06/29 08:37:10 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2011/07/01 01:22:07 mrg Exp $
 
 .include "../Makefile.inc"
 
@@ -6,30 +6,29 @@
 INCS=	altivec.h
 .elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 INCS= \
-	mmintrin.h \
-	mm3dnow.h \
-	xmmintrin.h \
-	emmintrin.h \
-	pmmintrin.h \
-	tmmintrin.h \
+	abmintrin.h \
 	ammintrin.h \
-	smmintrin.h \
-	nmmintrin.h \
+	avxintrin.h \
 	bmmintrin.h \
+	emmintrin.h \
 	fma4intrin.h \
-	wmmintrin.h \
+	ia32intrin.h \
 	immintrin.h \
+	lwpintrin.h \
+	mm3dnow.h \
+	mmintrin.h \
+	nmmintrin.h \
+	pmmintrin.h \
+	popcntintrin.h \
+	smmintrin.h \
+	tmmintrin.h \
+	wmmintrin.h \
 	x86intrin.h \
-	avxintrin.h \
+	xmmintrin.h \
 	xopintrin.h \
-	ia32intrin.h \
-	popcntintrin.h \
-	lwpintrin.h \
-	abmintrin.h
+	mm_malloc.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
+mm_malloc.h: ${DIST}/gcc/config/i386/pmm_malloc.h
 	cp $> ${.TARGET}
 
 CLEANFILES+=	mm_malloc.h

Reply via email to