summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-02-24 19:22:53 +0000
committerraj <raj@FreeBSD.org>2008-02-24 19:22:53 +0000
commit69575dab5278af6417ba186bc878ac07a058e66c (patch)
treef597ddba01b642786124c14eddc6e4bf3de65a48 /gnu/lib
parenta1bea77d138ffb6cfd42610b2b91e82d8710297d (diff)
downloadFreeBSD-src-69575dab5278af6417ba186bc878ac07a058e66c.zip
FreeBSD-src-69575dab5278af6417ba186bc878ac07a058e66c.tar.gz
Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC
variations (e500 currently), this provides a gcc-level FPU emulation and is an alternative approach to the recently introduced kernel-level emulation (FPU_EMU). Approved by: cognet (mentor) MFp4: e500
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 82bf504..fa8a26f 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -122,7 +122,7 @@ LIB2ADDEH = unwind-ia64.c unwind-sjlj.c unwind-c.c
.if ${TARGET_ARCH} == "powerpc"
# from config/rs6000/t-ppccomm
-LIB2FUNCS_EXTRA = tramp.asm darwin-ldouble.c
+LIB2FUNCS_EXTRA = tramp.asm
LIB2FUNCS_STATIC_EXTRA = eabi.asm
.endif
OpenPOWER on IntegriCloud