1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Enable BSD_CRTBEGIN on powerpc

In r342974 jhibbits added support to build crtsavres.o. This was the
blocker for BSD_CRTBEGIN to be enabled there. As such enable this
option again.

Reviewed by:	jhibbits
Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2019-08-14 14:31:17 +00:00
parent 4f109faadc
commit 4ee71ec9eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351027

View File

@ -394,8 +394,8 @@ BROKEN_OPTIONS+=HYPERV
BROKEN_OPTIONS+=NVME
.endif
# PowerPC and Sparc64 need extra crt*.o files
.if ${__T:Mpowerpc*} || ${__T:Msparc64}
# Sparc64 need extra crt*.o files
.if ${__T:Msparc64}
BROKEN_OPTIONS+=BSD_CRTBEGIN
.endif