From f799ae9e086f87dd086194c71864dc3b1b0ee000 Mon Sep 17 00:00:00 2001 From: Zhang Na Date: Mon, 19 Sep 2022 15:02:01 +0800 Subject: [PATCH] Add support for LoongArch --- boostcpp.jam | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/boostcpp.jam b/boostcpp.jam index 10d4eb3baa..d3fdbe2e15 100644 --- a/boostcpp.jam +++ b/boostcpp.jam @@ -634,7 +634,7 @@ rule address-model ( ) return @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) { @@ -645,9 +645,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