aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/powerpc
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-03-05 13:29:05 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-03-05 13:29:05 +0000
commit03dab16e1d96c59d081bf3af34a0cdcaf0bcc9fc (patch)
tree04c2e254062b5a5e14ea73745ab29c2146264263 /lib/csu/powerpc
parent98b77738b8c5305ecaf31c7f8b2fb06cb6034a66 (diff)
Notes
Diffstat (limited to 'lib/csu/powerpc')
-rw-r--r--lib/csu/powerpc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index 097f82df1f9b1..c0182847cd040 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -5,8 +5,7 @@
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= Scrt1.o gcrt1.o
-CFLAGS+= -Wall -Wno-unused \
- -I${.CURDIR}/../common \
+CFLAGS+= -I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
all: ${OBJS}