Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/compiler_rt PPC64 uses the double-double code too
details: https://anonhg.NetBSD.org/src/rev/eb63f0471530
branches: trunk
changeset: 333071:eb63f0471530
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Oct 17 20:02:12 2014 +0000
description:
PPC64 uses the double-double code too
diffstat:
lib/libm/compiler_rt/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r ee518083bd69 -r eb63f0471530 lib/libm/compiler_rt/Makefile.inc
--- a/lib/libm/compiler_rt/Makefile.inc Fri Oct 17 18:45:14 2014 +0000
+++ b/lib/libm/compiler_rt/Makefile.inc Fri Oct 17 20:02:12 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.7 2014/10/17 14:53:59 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.8 2014/10/17 20:02:12 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPU} == "powerpc"
COMPILER_RT_CPU_DIR= ${COMPILER_RT_SRCDIR}/lib/builtins/ppc
COMPILER_RT_ARCH_DIR= ${COMPILER_RT_SRCDIR}/lib/builtins/ppc
.else
@@ -22,7 +22,7 @@
divdc3.c \
divsc3.c
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPU} == "powerpc"
GENERIC_SRCS+= \
divtc3.c \
multc3.c
Home |
Main Index |
Thread Index |
Old Index