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 powerpc64 uses the same sources as powe...
details: https://anonhg.NetBSD.org/src/rev/94067aba4902
branches: trunk
changeset: 331521:94067aba4902
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Aug 13 14:41:45 2014 +0000
description:
powerpc64 uses the same sources as powerpc and needs the long double as
double-double sources.
diffstat:
lib/libc/compiler_rt/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 2d91e5475f41 -r 94067aba4902 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Wed Aug 13 14:35:46 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Wed Aug 13 14:41:45 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.24 2014/08/10 23:39:08 matt Exp $
+# $NetBSD: Makefile.inc,v 1.25 2014/08/13 14:41:45 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-.if ${LIBC_MACHINE_ARCH} == "powerpc"
+.if ${LIBC_MACHINE_ARCH} == "powerpc" || ${LIBC_MACHINE_ARCH} == "powerpc64"
COMPILER_RT_CPU_DIR= ${COMPILER_RT_SRCDIR}/lib/builtins/ppc
COMPILER_RT_ARCH_DIR= ${COMPILER_RT_SRCDIR}/lib/builtins/ppc
.else
@@ -200,7 +200,7 @@
InstrProfilingFile.c \
InstrProfilingPlatformOther.c
-.if ${LIBC_MACHINE_ARCH} == "powerpc"
+.if ${LIBC_MACHINE_ARCH} == "powerpc" || ${LIBC_MACHINE_ARCH} == "powerpc64"
GENERIC_SRCS+= \
fixtfdi.c \
fixunstfdi.c \
Home |
Main Index |
Thread Index |
Old Index