mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
Merge pull request #686 from loongson-zn/develop
Add support for LoongArch
This commit is contained in:
commit
1484a6990e
1 changed files with 3 additions and 2 deletions
|
@ -636,7 +636,7 @@ rule address-model ( )
|
|||
return <conditional>@boostcpp.deduce-address-model ;
|
||||
}
|
||||
|
||||
local deducable-architectures = arm mips power riscv s390x sparc x86 combined ;
|
||||
local deducable-architectures = arm loongarch mips power riscv s390x sparc x86 combined ;
|
||||
feature.feature deduced-architecture : $(deducable-architectures) : propagated optional composite hidden ;
|
||||
for a in $(deducable-architectures)
|
||||
{
|
||||
|
@ -647,9 +647,10 @@ rule deduce-architecture ( properties * )
|
|||
{
|
||||
local result ;
|
||||
local filtered = [ toolset-properties $(properties) ] ;
|
||||
local names = arm mips power riscv s390x sparc x86 combined ;
|
||||
local names = arm loongarch mips power riscv s390x sparc x86 combined ;
|
||||
local idx = [ configure.find-builds "default architecture" : $(filtered)
|
||||
: /boost/architecture//arm
|
||||
: /boost/architecture//loongarch
|
||||
: /boost/architecture//mips
|
||||
: /boost/architecture//power
|
||||
: /boost/architecture//riscv
|
||||
|
|
Loading…
Add table
Reference in a new issue