1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Just pass -DCRT_BEGIN as an option to mkdep(1), no need to override

the entire command.
This commit is contained in:
Ruslan Ermilov 2004-03-06 07:34:51 +00:00
parent c6f22660ff
commit 45f05f025a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126688

View File

@ -17,7 +17,7 @@ CFLAGS+= -finhibit-size-directive -fno-inline-functions \
CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I. \
-I${CCDIR}/cc_tools
CRTS_CFLAGS= -DCRTSTUFFS_O -DSHARED ${PICFLAG}
MKDEPCMD= CC="${CC}" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep
MKDEP= -DCRT_BEGIN
.if ${MACHINE_ARCH} == "ia64"
BEGINSRC= crtbegin.asm