For now we are using our old crt{begin,end}.

This commit is contained in:
David E. O'Brien 2002-04-08 20:31:20 +00:00
parent 2bb113d084
commit f01730b279
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94230

View File

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