Module Name: src
Committed By: jakllsch
Date: Wed Sep 2 15:15:30 UTC 2020
Modified Files:
src/external/lgpl3/gmp: Makefile.arch
Log Message:
Teach native gmp about aarch64eb
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/lgpl3/gmp/Makefile.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/lgpl3/gmp/Makefile.arch
diff -u src/external/lgpl3/gmp/Makefile.arch:1.2 src/external/lgpl3/gmp/Makefile.arch:1.3
--- src/external/lgpl3/gmp/Makefile.arch:1.2 Tue Aug 22 09:59:37 2017
+++ src/external/lgpl3/gmp/Makefile.arch Wed Sep 2 15:15:30 2020
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.arch,v 1.2 2017/08/22 09:59:37 mrg Exp $
+# $NetBSD: Makefile.arch,v 1.3 2020/09/02 15:15:30 jakllsch Exp $
-GMP_MACHINE_ARCH?= ${MACHINE_ARCH:C/e?arm(v[4567])?(hf)?/arm/}
+GMP_MACHINE_ARCH?= ${MACHINE_ARCH:C/e?arm(v[4567])?(hf)?/arm/:C/aarch64eb/aarch64/}