From 87c84875a061fc697994b37a134decbb21763b1e Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 24 May 2000 02:17:12 +0000 Subject: Use the new machine-independent versions of crtbegin and crtend from the "common" directory. --- lib/csu/ia64/Makefile | 6 ++---- lib/csu/sparc/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/csu') diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile index be882fe..fc98857 100644 --- a/lib/csu/ia64/Makefile +++ b/lib/csu/ia64/Makefile @@ -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: diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile index ffd5350..fc98857 100644 --- a/lib/csu/sparc/Makefile +++ b/lib/csu/sparc/Makefile @@ -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: -- cgit v1.1