Module Name:    src
Committed By:   jakllsch
Date:           Thu Sep  3 18:59:33 UTC 2020

Modified Files:
        src/etc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.446 -r1.447 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.446 src/etc/Makefile:1.447
--- src/etc/Makefile:1.446	Mon Jun  1 01:41:40 2020
+++ src/etc/Makefile	Thu Sep  3 18:59:33 2020
@@ -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 @@ BIN1+=	disktab
 .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
 

Reply via email to