aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-05 08:54:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-05 08:54:28 +0000
commit9bd6dcbf9796e5274469268a9e2f939ff9beb27f (patch)
tree1b48775825f94c350b87009ba2e08fda3a0d96d1 /gnu/lib
parent93c646073d20ba811af9e9f870baf6cea571c06d (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/csu/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index c3a3f3e152ed..3c57937ba800 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -20,11 +20,7 @@ CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I. \
-DIN_GCC \
-finhibit-size-directive -fno-inline-functions \
-fno-exceptions -fno-omit-frame-pointer
-NOMAN= true
-NOPIC= true
-NOPROFILE= true
INTERNALLIB= true
-CLEANFILES+= tm.h
CRTS_CFLAGS= -DCRTSTUFFS_O ${PICFLAG}
@@ -39,7 +35,7 @@ crt${PART}.s: crt${PART}.asm
ln -sf ${.ALLSRC} ${.TARGET}
.endfor
.else
-crtbegin.o crtbegin.So crtend.o crtend.So: crtstuff.c tm.h
+crtbegin.o crtbegin.So crtend.o crtend.So: ${SRCS}
.endif
crtbegin.o:
@@ -58,6 +54,7 @@ crtend.So:
${CC} ${CFLAGS} -g0 -DCRT_END ${CRTS_CFLAGS} \
-c -o ${.TARGET} ${UGLYHACK} ${.ALLSRC:N*.h}
+CLEANFILES+= tm.h
# KEEP THIS IN SYNC with src/gnu/usr.bin/cc/cc_tools/Makefile !!
tm.h:
echo '#include "gansidecl.h"' > ${.TARGET}