summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-04-23 06:33:27 +0000
committerdim <dim@FreeBSD.org>2012-04-23 06:33:27 +0000
commitbb98136ca267acfa6666aa63f7f1f7ce66cd1a02 (patch)
treea45275c2c0772c68766c3273f6de09003c4343e6 /gnu/lib
parent81487b906838c16f3b92d10125a8d0bb5962dc25 (diff)
downloadFreeBSD-src-bb98136ca267acfa6666aa63f7f1f7ce66cd1a02.zip
FreeBSD-src-bb98136ca267acfa6666aa63f7f1f7ce66cd1a02.tar.gz
Revert r234356 for now, as it leads to run-time problems on 32-bit
PowerPC. Note this will break world. Reported by: andreast Pointy hat to: dim
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/csu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 1c31a98..4999d06 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -34,7 +34,6 @@ CFLAGS+= -include osreldate.h
.if ${MACHINE_CPUARCH} == "powerpc"
TGTOBJS= crtsavres.o
SRCS+= crtsavres.asm
-CFLAGS+= -mlongcall
.endif
.if ${MACHINE_CPUARCH} == "sparc64"
TGTOBJS= crtfastmath.o
OpenPOWER on IntegriCloud