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:
parent
b1bbabbbe7
commit
657dcfb9b9
@ -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>
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user