summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc/Makefile')
-rw-r--r--lib/csu/powerpc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index e4fd425..44f1f3a 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -8,7 +8,11 @@ OBJS+= gcrt1.o
CFLAGS+= -Wall -Wno-unused \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
-NOLIB= true
+NOMAN= true
+NOPIC= true
+NOPROFILE= true
+INTERNALLIB= true
+
all: ${OBJS} ${SOBJS}
OpenPOWER on IntegriCloud