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 5b8b231 commit ce5238cCopy full SHA for ce5238c
build-assets/scripts/versioning.sh
@@ -104,10 +104,14 @@ function set_multilib_list() {
104
echo "Use Debian multi-libs + rv32ec + rv32imc: ${XBB_GCC_MULTILIB_LIST}"
105
else
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-- \
- rv64imac-lp64-- \
113
+ rv64i-lp64-- \
114
+ rv64imafdc-lp64d-- \
115
"}
116
fi
117
0 commit comments