Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/compiler_rt Treat aarch64eb the same as aarch64



details:   https://anonhg.NetBSD.org/src/rev/794de7cc34db
branches:  trunk
changeset: 943408:794de7cc34db
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Sep 02 16:22:45 2020 +0000

description:
Treat aarch64eb the same as aarch64

diffstat:

 lib/libc/compiler_rt/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 45ac4e0350c2 -r 794de7cc34db lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Wed Sep 02 15:43:06 2020 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Wed Sep 02 16:22:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.38 2020/04/22 11:28:56 rin Exp $
+# $NetBSD: Makefile.inc,v 1.39 2020/09/02 16:22:45 jakllsch Exp $
 
 COMPILER_RT_SRCDIR=    ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -132,7 +132,7 @@
 .endif
 
 
-.if ${MACHINE_ARCH} != "aarch64"
+.if ${MACHINE_CPU} != "aarch64"
 GENERIC_SRCS+= \
        fixunsdfti.c \
        fixunssfti.c \
@@ -196,7 +196,7 @@
 
 # These have h/w instructions which are always used.
 .if ${LIBC_MACHINE_ARCH} != "alpha" && ${LIBC_MACHINE_CPU} != "powerpc64" \
-    && ${LIBC_MACHINE_ARCH} != "aarch64" && ${LIBC_MACHINE_CPU} != "or1k"
+    && ${LIBC_MACHINE_CPU} != "aarch64" && ${LIBC_MACHINE_CPU} != "or1k"
 GENERIC_SRCS+= \
        clzdi2.c \
        ctzdi2.c \



Home | Main Index | Thread Index | Old Index