Use the compiler's crt{begin,end}.

This commit is contained in:
David E. O'Brien 2002-05-10 01:36:29 +00:00
parent a25fa515ee
commit 471b107936
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96313

View File

@ -2,10 +2,9 @@
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crti.S crtn.S crtbegin.c crtend.c
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
SOBJS= crtbegin.So crtend.So
CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include
NOMAN= true
NOPIC= true