We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fcf63 commit 8ed1a3eCopy full SHA for 8ed1a3e
scripts/versioning.sh
@@ -59,6 +59,14 @@ function application_build_versioned_components()
59
60
# The `zicsr*zifencei` seem redundant for GCC 13, but are
61
# important for GCC 12.
62
+
63
+ # Future 'light' releases should include
64
+ # - rv32imac, rv64imafdc: for QEMU tests
65
+ # - rv32imac: for SiFive HiFive1 (16K RAM only!)
66
+ # - rv32imac, rv32imacf: for WCH QingKe V4 series (xw!)
67
+ # like CH32V20[38]*, CH32V30[357]*
68
+ # https://www.wch-ic.com/downloads/QingKeV4_Processor_Manual_PDF.html
69
70
XBB_GCC_MULTILIB_LIST=${XBB_APPLICATION_GCC_MULTILIB_LIST:-"\
71
rv32e-ilp32e--zicsr*zifencei \
72
rv32ea-ilp32e--zicsr*zifencei \
0 commit comments