From 4ee71ec9ebad07ececbcdc7109d96aa62cf958a2 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Wed, 14 Aug 2019 14:31:17 +0000 Subject: [PATCH] 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 --- share/mk/src.opts.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 0d305977b41..a0a49540503 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -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