mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
For now we are using our old crt{begin,end}.
This commit is contained in:
parent
2bb113d084
commit
f01730b279
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94230
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user