Date: Fri, 8 Nov 2019 14:25:26 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354540 - head/share/mk Message-ID: <201911081425.xA8EPQnw027402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Fri Nov 8 14:25:26 2019 New Revision: 354540 URL: https://svnweb.freebsd.org/changeset/base/354540 Log: add reference to PR for sparc64 BSD_CRTBEGIN in BROKEN_OPTIONS We will soon remove the BSD_CRTBEGIN option (and will use the new CRT files always) as part of the GCC 4.2.1 removal. Right now BSD_CRTBEGIN works everywhere but sparc64; add a reference to the PR in case anyone stumbles across this and is looking for more information. Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.mk ============================================================================== --- head/share/mk/src.opts.mk Fri Nov 8 14:18:16 2019 (r354539) +++ head/share/mk/src.opts.mk Fri Nov 8 14:25:26 2019 (r354540) @@ -411,7 +411,7 @@ BROKEN_OPTIONS+=HYPERV BROKEN_OPTIONS+=NVME .endif -# Sparc64 need extra crt*.o files +# Sparc64 need extra crt*.o files - PR 239851 .if ${__T:Msparc64} BROKEN_OPTIONS+=BSD_CRTBEGIN .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081425.xA8EPQnw027402>