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.
This commit is contained in:
Nikita Popov 2023-07-30 14:14:36 +02:00
parent 5be397441e
commit 0d37c2befb

View file

@ -10,7 +10,7 @@ CT_ARCH_64=y
CT_ARCH_ARCH="rv64gc"
CT_KERNEL_LINUX=y
CT_LINUX_V_4_20=y
CT_BINUTILS_V_2_32=y
CT_BINUTILS_V_2_36=y
CT_GLIBC_V_2_29=y
CT_GCC_V_8=y
CT_CC_LANG_CXX=y