Skip to content

Commit 9ba91c3

Browse files
committed
riscv: Enable multilib support
Turn on multilib to support the various risc-v isa options. Signed-off-by: Kumar Gala <[email protected]>
1 parent b20b0aa commit 9ba91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/riscv32.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CT_PATCH_BUNDLED_LOCAL=y
77
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
88
# CT_LOG_PROGRESS_BAR is not set
99
CT_ARCH_RISCV=y
10-
# CT_DEMULTILIB is not set
10+
CT_MULTILIB=y
1111
CT_ARCH_ARCH="rv32ima"
1212
CT_ARCH_ABI="ilp32"
1313
CT_TARGET_VENDOR="zephyr"

0 commit comments

Comments
 (0)