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 Long double support builds for PPC now.



details:   https://anonhg.NetBSD.org/src/rev/88677ca6311f
branches:  trunk
changeset: 326455:88677ca6311f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 29 22:38:18 2014 +0000

description:
Long double support builds for PPC now.

diffstat:

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

diffs (25 lines):

diff -r cdfd69874399 -r 88677ca6311f lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Wed Jan 29 22:35:52 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Wed Jan 29 22:38:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2014/01/18 21:27:11 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.14 2014/01/29 22:38:18 joerg Exp $
 
 COMPILER_RT_SRCDIR=    ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -166,7 +166,6 @@
        GCDAProfiling.c \
        PGOProfiling.c
 
-.if ${HAVE_LIBGCC} == "no"
 .if ${MACHINE_ARCH} == "powerpc"
 GENERIC_SRCS+= \
        fixtfdi.c \
@@ -178,7 +177,6 @@
        gcc_qmul.c \
        gcc_qsub.c
 .endif
-.endif
 
 .if ${MACHINE_CPU} == "arm"
 .if !empty(LIBC_MACHINE_ARCH:Mearm*)



Home | Main Index | Thread Index | Old Index