Skip to content

Commit ce5238c

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-assets/scripts/versioning.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,14 @@ function set_multilib_list() {
104104
echo "Use Debian multi-libs + rv32ec + rv32imc: ${XBB_GCC_MULTILIB_LIST}"
105105
else
106106
# Short list used during development to save time.
107+
# Keep it in sync with the tested combinations in `gcc-cross.sh`.
107108
XBB_GCC_MULTILIB_LIST=${XBB_APPLICATION_GCC_MULTILIB_LIST:-"\
109+
rv32e-ilp32e-- \
108110
rv32emac-ilp32e-- \
111+
rv32i-ilp32-- \
109112
rv32imac-ilp32-- \
110-
rv64imac-lp64-- \
113+
rv64i-lp64-- \
114+
rv64imafdc-lp64d-- \
111115
"}
112116
fi
113117
fi

0 commit comments

Comments
 (0)