summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-05 08:53:35 +0000
committerobrien <obrien@FreeBSD.org>2002-04-05 08:53:35 +0000
commitc860097cdcc8aa5e1429404b507630eb9a338b12 (patch)
treedef14c54f4f876df6308f5245da9d74630ef8e9f /gnu
parent63c3074b59b902b778c56bdebf43469d5a04443b (diff)
downloadFreeBSD-src-c860097cdcc8aa5e1429404b507630eb9a338b12.zip
FreeBSD-src-c860097cdcc8aa5e1429404b507630eb9a338b12.tar.gz
Style reorg.
Diffstat (limited to 'gnu')
-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 3426800..2f8d3ad 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -16,11 +16,7 @@ SOBJS= crtbegin.So crtend.So
CFLAGS+= -I${GCCDIR}/config -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}
@@ -35,7 +31,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:
@@ -54,6 +50,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 "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
OpenPOWER on IntegriCloud