diff options
author | dim <dim@FreeBSD.org> | 2012-04-23 06:33:27 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-04-23 06:33:27 +0000 |
commit | bb98136ca267acfa6666aa63f7f1f7ce66cd1a02 (patch) | |
tree | a45275c2c0772c68766c3273f6de09003c4343e6 /lib/csu | |
parent | 81487b906838c16f3b92d10125a8d0bb5962dc25 (diff) | |
download | FreeBSD-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 'lib/csu')
-rw-r--r-- | lib/csu/powerpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |