Sync with csu/alpha/Makefile: build crt{i,n}.o.

Leave crtbegin* to the compiler vendor.
This commit is contained in:
David E. O'Brien 2002-03-10 23:33:49 +00:00
parent 6c75a65a00
commit 8d72757aba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92033

View File

@ -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: