aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-11-08 14:25:26 +0000
committerEd Maste <emaste@FreeBSD.org>2019-11-08 14:25:26 +0000
commitde15a85eb01b59582619adf5824c6609b442c166 (patch)
tree1b301df42e65cdcad4672fe5e908a336c6b2803f /share
parent60247c8ffd804c8873a0d6282f027b2f9de07fc8 (diff)
downloadsrc-de15a85eb01b59582619adf5824c6609b442c166.tar.gz
src-de15a85eb01b59582619adf5824c6609b442c166.zip
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.
Notes
Notes: svn path=/head/; revision=354540
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 62db35c5f1a9..c7288d8c7da1 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -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