revert previous, seems to upset the build in a creative way
This commit is contained in:
parent
58de144fd6
commit
1495c1a931
@ -1,17 +1,13 @@
|
||||
# $NetBSD: bsd.gcc.mk,v 1.5 2012/11/21 18:09:10 pooka Exp $
|
||||
# $NetBSD: bsd.gcc.mk,v 1.6 2012/11/21 18:45:08 pooka Exp $
|
||||
|
||||
.if !defined(_BSD_GCC_MK_)
|
||||
_BSD_GCC_MK_=1
|
||||
|
||||
.if defined(EXTERNAL_TOOLCHAIN)
|
||||
_GCC_CRTBEGIN!= ${CC} --print-file-name=crtbegin.o
|
||||
.ifndef _GCC_CRTBEGINS
|
||||
_GCC_CRTBEGINS!= ${CC} --print-file-name=crtbeginS.o
|
||||
.endif
|
||||
_GCC_CRTEND!= ${CC} --print-file-name=crtend.o
|
||||
.ifndef _GCC_CRTENDS
|
||||
_GCC_CRTENDS!= ${CC} --print-file-name=crtendS.o
|
||||
.endif
|
||||
_GCC_CRTI!= ${CC} --print-file-name=crti.o
|
||||
_GCC_CRTN!= ${CC} --print-file-name=crtn.o
|
||||
_GCC_CRTDIR!= dirname ${_GCC_CRTBEGIN}
|
||||
|
Loading…
Reference in New Issue
Block a user