aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-10 23:33:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-10 23:33:49 +0000
commit8d72757ababa855e76478804c622b33a951b145c (patch)
tree8ff020a1551c3bfbd60ab06caf723e1016059328 /lib/csu
parent6c75a65a0097a54493d4e66204d79d6edd34cf31 (diff)
downloadsrc-8d72757ababa855e76478804c622b33a951b145c.tar.gz
src-8d72757ababa855e76478804c622b33a951b145c.zip
Sync with csu/alpha/Makefile: build crt{i,n}.o.
Leave crtbegin* to the compiler vendor.
Notes
Notes: svn path=/head/; revision=92033
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/sparc64/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index 73c64c0ba898..566c5d95f17d 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -2,10 +2,9 @@
.PATH: ${.CURDIR}/../common
-SRCS= crt1.c crtbegin.c crtend.c
+SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
-SOBJS= crtbegin.So crtend.So
CFLAGS+= -I${.CURDIR}/../common
NOMAN= true
NOPIC= true
@@ -14,7 +13,7 @@ INTERNALLIB= true
all: ${OBJS} ${SOBJS}
-gcrt1.o: crt1.c
+gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall: