Module Name:    src
Committed By:   matt
Date:           Tue Aug  6 05:36:42 UTC 2013

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

Log Message:
Use armv[4-7] to be consistent


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/usr.bin/Makefile.inc

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/Makefile.inc
diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.13 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.14
--- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.13	Mon Aug  5 03:22:45 2013
+++ src/external/gpl3/gcc/usr.bin/Makefile.inc	Tue Aug  6 05:36:42 2013
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile.inc,v 1.13 2013/08/05 03:22:45 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.14 2013/08/06 05:36:42 matt Exp $
 
 .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
 _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
 
 .include <bsd.own.mk>
 
-GMP_MACHINE_ARCH=${MACHINE_ARCH:C/armv[467]/arm/}
+GMP_MACHINE_ARCH=${MACHINE_ARCH:C/armv[4-7]/arm/}
 
 TOP=		${NETBSDSRCDIR}
 DIST=		${TOP}/external/gpl3/gcc/dist

Reply via email to