FreeBSD Bugzilla – Attachment 195636 Details for
Bug 214864
[exp-run] test build with lld as /usr/bin/ld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated diff to enable i386 LLD_IS_LD
pr214864-i386-LLD_IS_LD.diff (text/plain), 570 bytes, created by
Ed Maste
on 2018-07-30 14:39:04 UTC
(
hide
)
Description:
Updated diff to enable i386 LLD_IS_LD
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2018-07-30 14:39:04 UTC
Size:
570 bytes
patch
obsolete
>Index: share/mk/src.opts.mk >=================================================================== >--- share/mk/src.opts.mk (revision 336907) >+++ share/mk/src.opts.mk (working copy) >@@ -309,11 +309,8 @@ > .else > __DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND > .endif >-.if ${__T} == "aarch64" || ${__T} == "amd64" >+.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" > __DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD >-.elif ${__T} == "i386" >-__DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP >-__DEFAULT_NO_OPTIONS+=LLD_IS_LD > .else > __DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214864
:
177426
|
181427
|
185533
|
185682
|
185684
|
185976
|
186042
|
186060
|
193869
| 195636 |
195726
|
197173
|
199581
|
200892