Skip to content

Commit

Permalink
Enable BSD_CRTBEGIN on powerpc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zxombie committed Aug 14, 2019
1 parent b07319c commit b9c350d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/mk/src.opts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9c350d

Please sign in to comment.