mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Rename mips1 to mips
In fact mips1 is now used for all mips revisions.
This commit is contained in:
parent
a03c42cd2b
commit
d4e6d3b673
1 changed files with 3 additions and 3 deletions
|
@ -636,7 +636,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)
|
||||
{
|
||||
|
@ -647,10 +647,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
|
||||
|
|
Loading…
Add table
Reference in a new issue