From e0e616229e2e21d8f1b64d6485ee11917a57ec72 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Apr 2019 03:08:51 +0200 Subject: [PATCH] Define the riscv architecture feature (#424) --- src/tools/features/architecture-feature.jam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tools/features/architecture-feature.jam b/src/tools/features/architecture-feature.jam index b8f7fbcbd..54f9a8f4a 100644 --- a/src/tools/features/architecture-feature.jam +++ b/src/tools/features/architecture-feature.jam @@ -30,6 +30,9 @@ feature.feature architecture # Advanced RISC Machines arm + # RISC-V + riscv + # Combined architectures for platforms/toolsets that support building for # multiple architectures at once. "combined" would be the default multi-arch # for the toolset.