summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-27 08:32:07 +0000
committerobrien <obrien@FreeBSD.org>2001-10-27 08:32:07 +0000
commite299f0598d6121651665e69aed86778de9c18008 (patch)
tree0cbc51ce456914313a169ac3b1771b1f7c4cac7e /lib/csu/powerpc
parentab164bcc752d477540d96fb57f92d8429da032ff (diff)
downloadFreeBSD-src-e299f0598d6121651665e69aed86778de9c18008.zip
FreeBSD-src-e299f0598d6121651665e69aed86778de9c18008.tar.gz
Sync with other platforms.
Diffstat (limited to 'lib/csu/powerpc')
-rw-r--r--lib/csu/powerpc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index 5d69e5b..65dd009 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.PATH: ${.CURDIR}/../common
+
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
@@ -10,11 +12,10 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
-.PATH: ${.CURDIR}/../common
all: ${OBJS} ${SOBJS}
-gcrt1.o: crt1.c
+gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
OpenPOWER on IntegriCloud