Module Name: src
Committed By: mrg
Date: Tue Oct 18 00:16:58 UTC 2016
Modified Files:
src/external/gpl3/gdb: Makefile.gdb_arch
Log Message:
fix earmhf and earmhfeb builds.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/Makefile.gdb_arch
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/gdb/Makefile.gdb_arch
diff -u src/external/gpl3/gdb/Makefile.gdb_arch:1.1 src/external/gpl3/gdb/Makefile.gdb_arch:1.2
--- src/external/gpl3/gdb/Makefile.gdb_arch:1.1 Sun Oct 16 04:36:51 2016
+++ src/external/gpl3/gdb/Makefile.gdb_arch Tue Oct 18 00:16:58 2016
@@ -1,3 +1,3 @@
# $NetBSD#
-GDB_MACHINE_ARCH= ${MACHINE_ARCH:C/^e//:C/e?armv[4-7]h?f?/arm/}
+GDB_MACHINE_ARCH= ${MACHINE_ARCH:C/^e//:C/e?armv?[4-7]?h?f?/arm/}