Source-Changes-HG archive

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

[src/trunk]: src/external/lgpl3/gmp Teach native gmp about aarch64eb



details:   https://anonhg.NetBSD.org/src/rev/3fe1ddc5a391
branches:  trunk
changeset: 938117:3fe1ddc5a391
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Sep 02 15:15:30 2020 +0000

description:
Teach native gmp about aarch64eb

diffstat:

 external/lgpl3/gmp/Makefile.arch |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (9 lines):

diff -r fe6f4a8e540e -r 3fe1ddc5a391 external/lgpl3/gmp/Makefile.arch
--- a/external/lgpl3/gmp/Makefile.arch  Wed Sep 02 15:08:46 2020 +0000
+++ b/external/lgpl3/gmp/Makefile.arch  Wed Sep 02 15:15:30 2020 +0000
@@ -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/}



Home | Main Index | Thread Index | Old Index