diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-04-23 06:33:27 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-04-23 06:33:27 +0000 |
| commit | db3212b37546201ce99d16cce3867ca5f6a895f9 (patch) | |
| tree | a45275c2c0772c68766c3273f6de09003c4343e6 /lib/csu | |
| parent | c606eab4584c07c714e93951e4a408a1ce704579 (diff) | |
Notes
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 123391e12a55d..bf4c7b15c4226 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} |
