From bb98136ca267acfa6666aa63f7f1f7ce66cd1a02 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 23 Apr 2012 06:33:27 +0000 Subject: 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 --- lib/csu/powerpc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/csu') diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile index 123391e..bf4c7b1 100644 --- a/lib/csu/powerpc/Makefile +++ b/lib/csu/powerpc/Makefile @@ -6,8 +6,7 @@ SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= Scrt1.o gcrt1.o CFLAGS+= -I${.CURDIR}/../common \ - -I${.CURDIR}/../../libc/include \ - -mlongcall + -I${.CURDIR}/../../libc/include all: ${OBJS} -- cgit v1.1