Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern clzdi2 and ctzdi2 are needed on alpha. (coun...
details: https://anonhg.NetBSD.org/src/rev/0b4d63df0126
branches: trunk
changeset: 998021:0b4d63df0126
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Apr 05 14:00:16 2019 +0000
description:
clzdi2 and ctzdi2 are needed on alpha. (counting instructions are in the
optional CIX extension, and thus not used by the default compiler configuation).
diffstat:
sys/lib/libkern/Makefile.compiler-rt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f56bf5916c08 -r 0b4d63df0126 sys/lib/libkern/Makefile.compiler-rt
--- a/sys/lib/libkern/Makefile.compiler-rt Fri Apr 05 13:34:41 2019 +0000
+++ b/sys/lib/libkern/Makefile.compiler-rt Fri Apr 05 14:00:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.compiler-rt,v 1.8 2019/02/07 10:44:54 mrg Exp $
+# $NetBSD: Makefile.compiler-rt,v 1.9 2019/04/05 14:00:16 thorpej Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -72,7 +72,7 @@
umodsi3.c
.endif
-.if ${MACHINE_CPU} != "aarch64" && ${MACHINE} != "alpha"
+.if ${MACHINE_CPU} != "aarch64"
GENERIC_SRCS+= \
clzdi2.c \
ctzdi2.c \
Home |
Main Index |
Thread Index |
Old Index