From f458f10478f3fb585b16ffd692b9efb1010ea9b4 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 10 Mar 2002 23:33:49 +0000 Subject: Sync with csu/alpha/Makefile: build crt{i,n}.o. Leave crtbegin* to the compiler vendor. --- lib/csu/sparc64/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/csu/sparc64') diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index 73c64c0..566c5d9 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: -- cgit v1.1