svn commit: r354540 - head/share/mk
Ed Maste
emaste at FreeBSD.org
Fri Nov 8 14:25:27 UTC 2019
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
More information about the svn-src-all
mailing list