1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Disable the BSD CRT code on powerpc and sparc64, they need extra crt*.o

files that haven't been implemented.

Reported by:	sbruno
MFC with:	r339738
Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-12-03 09:40:37 +00:00
parent f095905ca4
commit f74c331a51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341424

View File

@ -386,6 +386,11 @@ BROKEN_OPTIONS+=HYPERV
BROKEN_OPTIONS+=NVME
.endif
# PowerPC and Sparc64 need extra crt*.o files
.if ${__T:Mpowerpc*} || ${__T:Msparc64}
BROKEN_OPTIONS+=BSD_CRTBEGIN
.endif
.include <bsd.mkopt.mk>
#