File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,12 @@ function application_build_versioned_components()
212212 # https://github.com/facebook/zstd/releases
213213 XBB_ZSTD_VERSION=" 1.5.2"
214214
215+ # -------------------------------------------------------------------------
216+
217+ # Download GCC earlier, to have time to run the multilib generator.
218+ gcc_cross_download
219+ gcc_cross_generate_riscv_multilib_file
220+
215221 # -------------------------------------------------------------------------
216222 # Build the native dependencies.
217223
@@ -284,12 +290,6 @@ function application_build_versioned_components()
284290
285291 # -------------------------------------------------------------------------
286292
287- # Download GCC earlier, to have time to run the multilib generator.
288- gcc_cross_download
289- gcc_cross_generate_riscv_multilib_file
290-
291- # -------------------------------------------------------------------------
292-
293293 if [ " ${XBB_REQUESTED_HOST_PLATFORM} " == " win32" ]
294294 then
295295 binutils_cross_build " ${XBB_BINUTILS_VERSION} " " ${XBB_APPLICATION_TARGET_TRIPLET} "
You can’t perform that action at this time.
0 commit comments