Skip to content

Commit 8ed1a3e

Browse files
committed
versioning.sh: add 'light' list
1 parent e2fcf63 commit 8ed1a3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/versioning.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ function application_build_versioned_components()
5959

6060
# The `zicsr*zifencei` seem redundant for GCC 13, but are
6161
# 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+
6270
XBB_GCC_MULTILIB_LIST=${XBB_APPLICATION_GCC_MULTILIB_LIST:-"\
6371
rv32e-ilp32e--zicsr*zifencei \
6472
rv32ea-ilp32e--zicsr*zifencei \

0 commit comments

Comments
 (0)