Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 799967 Details for
Bug 865527
dev-libs/boost-1.80.0: Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-mips1-transition.patch updated for 1.80.0
boost-1.80.0-fix-mips1-transition.patch (text/plain), 1.09 KB, created by
Jonas Rakebrandt
on 2022-08-17 18:21:58 UTC
(
hide
)
Description:
fix-mips1-transition.patch updated for 1.80.0
Filename:
MIME Type:
Creator:
Jonas Rakebrandt
Created:
2022-08-17 18:21:58 UTC
Size:
1.09 KB
patch
obsolete
>diff --git a/boostcpp.jam b/boostcpp.jam >index 082536e..10d4eb3 100644 >--- a/boostcpp.jam >+++ b/boostcpp.jam >@@ -634,7 +634,7 @@ rule address-model ( ) > return <conditional>@boostcpp.deduce-address-model ; > } > >-local deducable-architectures = arm mips1 power riscv s390x sparc x86 combined ; >+local deducable-architectures = arm mips power riscv s390x sparc x86 combined ; > feature.feature deduced-architecture : $(deducable-architectures) : propagated optional composite hidden ; > for a in $(deducable-architectures) > { >@@ -645,10 +645,10 @@ rule deduce-architecture ( properties * ) > { > local result ; > local filtered = [ toolset-properties $(properties) ] ; >- local names = arm mips1 power riscv s390x sparc x86 combined ; >+ local names = arm mips power riscv s390x sparc x86 combined ; > local idx = [ configure.find-builds "default architecture" : $(filtered) > : /boost/architecture//arm >- : /boost/architecture//mips1 >+ : /boost/architecture//mips > : /boost/architecture//power > : /boost/architecture//riscv > : /boost/architecture//s390x
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 865527
:
799965
| 799967 |
799981
|
799983
|
799985