commit 556cf3fcc326710d1d7db9f8340568349fe04108 from: Benjamin Stürz date: Tue Jun 11 02:12:04 2024 UTC enable M extension in toolchain commit - 728f3bb17b12048abd68be8e8007c27fe6391cfc commit + 556cf3fcc326710d1d7db9f8340568349fe04108 blob - 314f42b3d9490c1bec8447fb6abf932979f01e38 blob + 2b6164bfa02e7596ae90b138212040e30f570710 --- tools/Makefile +++ tools/Makefile @@ -3,7 +3,7 @@ TOP = ${TOOLS}/.. STAMPS = ${TOOLS}/build/.stamps PREFIX = ${TOOLS} TARGET = riscv64-unknown-linux-musl -ARCH = rv64ia +ARCH = rv64ima U = ${TOOLS}/util include ${TOP}/config.mk