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/08035fe33a68
branches: trunk
changeset: 938120:08035fe33a68
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 980e37084a10 -r 08035fe33a68 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