summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-08 20:31:20 +0000
committerobrien <obrien@FreeBSD.org>2002-04-08 20:31:20 +0000
commit3d5625e8b9085f2c22b7acb92362acaad573abda (patch)
tree0a894448b589b05b4c60907d1387ee49c0797b35 /lib/csu
parent503c1127353674c6de687e6a082fc7928e681e45 (diff)
downloadFreeBSD-src-3d5625e8b9085f2c22b7acb92362acaad573abda.zip
FreeBSD-src-3d5625e8b9085f2c22b7acb92362acaad573abda.tar.gz
For now we are using our old crt{begin,end}.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/sparc64/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index 5985c8c..d3c18c8 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -2,11 +2,11 @@
.PATH: ${.CURDIR}/../common
-SRCS= crt1.c crti.S crtn.S
+SRCS= crt1.c crti.S crtn.S crtbegin.c crtend.c
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
-CFLAGS+= -I${.CURDIR}/../common \
- -I${.CURDIR}/../../libc/include
+SOBJS= crtbegin.So crtend.So
+CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include
NOMAN= true
NOPIC= true
NOPROFILE= true
OpenPOWER on IntegriCloud