Skip to content

Commit 5ea1290

Browse files
committed
versioning.sh update development multilibs
1 parent ce5238c commit 5ea1290

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build-assets/scripts/versioning.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ function set_multilib_list() {
106106
# Short list used during development to save time.
107107
# Keep it in sync with the tested combinations in `gcc-cross.sh`.
108108
XBB_GCC_MULTILIB_LIST=${XBB_APPLICATION_GCC_MULTILIB_LIST:-"\
109-
rv32e-ilp32e-- \
110-
rv32emac-ilp32e-- \
111-
rv32i-ilp32-- \
112-
rv32imac-ilp32-- \
109+
rv32e-ilp32e-rv32ema-c \
110+
rv32i-ilp32-rv32ima-c \
113111
rv64i-lp64-- \
114112
rv64imafdc-lp64d-- \
115113
"}

0 commit comments

Comments
 (0)