Module Name: src Committed By: joerg Date: Wed Jan 29 22:38:18 UTC 2014
Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Long double support builds for PPC now. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/compiler_rt/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/compiler_rt/Makefile.inc diff -u src/lib/libc/compiler_rt/Makefile.inc:1.13 src/lib/libc/compiler_rt/Makefile.inc:1.14 --- src/lib/libc/compiler_rt/Makefile.inc:1.13 Sat Jan 18 21:27:11 2014 +++ src/lib/libc/compiler_rt/Makefile.inc Wed Jan 29 22:38:18 2014 @@ -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 @@ GENERIC_SRCS+= \ GCDAProfiling.c \ PGOProfiling.c -.if ${HAVE_LIBGCC} == "no" .if ${MACHINE_ARCH} == "powerpc" GENERIC_SRCS+= \ fixtfdi.c \ @@ -178,7 +177,6 @@ GENERIC_SRCS+= \ gcc_qmul.c \ gcc_qsub.c .endif -.endif .if ${MACHINE_CPU} == "arm" .if !empty(LIBC_MACHINE_ARCH:Mearm*)