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 ce5238c commit 5ea1290Copy full SHA for 5ea1290
build-assets/scripts/versioning.sh
@@ -106,10 +106,8 @@ function set_multilib_list() {
106
# Short list used during development to save time.
107
# Keep it in sync with the tested combinations in `gcc-cross.sh`.
108
XBB_GCC_MULTILIB_LIST=${XBB_APPLICATION_GCC_MULTILIB_LIST:-"\
109
- rv32e-ilp32e-- \
110
- rv32emac-ilp32e-- \
111
- rv32i-ilp32-- \
112
- rv32imac-ilp32-- \
+ rv32e-ilp32e-rv32ema-c \
+ rv32i-ilp32-rv32ima-c \
113
rv64i-lp64-- \
114
rv64imafdc-lp64d-- \
115
"}
0 commit comments