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 32aa983 commit 9ed0e45Copy full SHA for 9ed0e45
scripts/versioning.sh
@@ -59,7 +59,8 @@ function application_build_versioned_components()
59
# DO NOT add the combination that is already given as the default!
60
# rv32imac-ilp32-- \
61
62
- # The `zicsr*zifencei` seems redundant for GCC 13.
+ # The `zicsr*zifencei` seems redundant for GCC 13, but are
63
+ # important for GCC 12.
64
XBB_GCC_MULTILIB_LIST=${XBB_GCC_MULTILIB_LIST:-"\
65
rv32e-ilp32e--zicsr*zifencei \
66
rv32ea-ilp32e--zicsr*zifencei \
0 commit comments