Use the new machine-independent versions of crtbegin and crtend

from the "common" directory.
This commit is contained in:
David E. O'Brien 2000-05-24 02:17:12 +00:00
parent 5bca461d6f
commit a62f273fbe
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,6 @@
#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../alpha
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
@ -16,7 +14,7 @@ INTERNALLIB= true
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:

View File

@ -1,6 +1,6 @@
#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
@ -14,7 +14,7 @@ INTERNALLIB= true
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall: