Source-Changes-HG archive

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

[src/trunk]: src/etc Treat aarch64 and aarch64eb identically with regard to l...



details:   https://anonhg.NetBSD.org/src/rev/1de8a41c8a65
branches:  trunk
changeset: 938184:1de8a41c8a65
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Sep 03 18:59:33 2020 +0000

description:
Treat aarch64 and aarch64eb identically with regard to ld.so.conf

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64bc05e37557 -r 1de8a41c8a65 etc/Makefile
--- a/etc/Makefile      Thu Sep 03 18:58:48 2020 +0000
+++ b/etc/Makefile      Thu Sep 03 18:59:33 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.446 2020/06/01 01:41:40 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.447 2020/09/03 18:59:33 jakllsch Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -119,7 +119,7 @@
 .endif
 
 .if exists(etc.${MACHINE}/ld.so.conf) && \
-    empty(MACHINE_ARCH:M*arm*hf*) && ${MACHINE_ARCH} != "aarch64"
+    empty(MACHINE_ARCH:M*arm*hf*) && empty(MACHINE_ARCH:Maarch64*)
 BIN1+= etc.${MACHINE}/ld.so.conf
 .endif
 



Home | Main Index | Thread Index | Old Index