2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 15:02:19 +00:00

Add support for LoongArch

This commit is contained in:
Zhang Na
2022-02-14 16:14:48 +08:00
committed by René Ferdinand Rivera Morell
parent 9ef234db6b
commit c6409fa0e7

View File

@@ -10,7 +10,7 @@ import feature ;
[[bbv2.builtin.features.architecture]]`architecture`::
*Allowed values:* `x86`, `ia64`, `sparc`, `power`, `mips`, `mips1`, `mips2`,
`mips3`, `mips4`, `mips32`, `mips32r2`, `mips64`, `parisc`, `arm`,
`s390x`.
`s390x`, `loongarch`.
+
Specifies the general processor family to generate code for.
@@ -30,6 +30,9 @@ feature.feature architecture
# RS/6000 & PowerPC
power
# LoongArch
loongarch
# MIPS/SGI
mips mips1 mips2 mips3 mips4 mips32 mips32r2 mips64