Skip to content

Commit 0d37c2b

Browse files
committed
Update dist-riscv64-linux to use binutils 2.36
The zicsr feature has been split off from the base ISA. A newer binutils version is required to recognize it.
1 parent 5be3974 commit 0d37c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-riscv64-linux/riscv64-unknown-linux-gnu.defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CT_ARCH_64=y
1010
CT_ARCH_ARCH="rv64gc"
1111
CT_KERNEL_LINUX=y
1212
CT_LINUX_V_4_20=y
13-
CT_BINUTILS_V_2_32=y
13+
CT_BINUTILS_V_2_36=y
1414
CT_GLIBC_V_2_29=y
1515
CT_GCC_V_8=y
1616
CT_CC_LANG_CXX=y

0 commit comments

Comments
 (0)