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.
This commit is contained in:
Ed Maste 2019-11-08 14:25:26 +00:00
parent 60247c8ffd
commit de15a85eb0

View File

@ -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