File tree Expand file tree Collapse file tree 3 files changed +500
-5
lines changed Expand file tree Collapse file tree 3 files changed +500
-5
lines changed Original file line number Diff line number Diff line change @@ -267,20 +267,20 @@ for host in $HOSTS; do
267
267
make -C " ${PWD} /depends" -j" $JOBS " download-" $( host_to_commonname " $host " ) " ${V: +V=1} ${SOURCES_PATH: +SOURCES_PATH=" $SOURCES_PATH " }
268
268
done
269
269
270
- # Usage: outdir_for_host HOST
270
+ # Usage: outdir_for_host HOST SUFFIX
271
271
#
272
272
# HOST: The current platform triple we're building for
273
273
#
274
274
outdir_for_host () {
275
- echo " ${OUTDIR_BASE} /${1} "
275
+ echo " ${OUTDIR_BASE} /${1}${2 : +- ${2} } "
276
276
}
277
277
278
- # Usage: profiledir_for_host HOST COMMAND
278
+ # Usage: profiledir_for_host HOST SUFFIX
279
279
#
280
280
# HOST: The current platform triple we're building for
281
281
#
282
282
profiledir_for_host () {
283
- echo " ${PROFILES_BASE} /${2} -${1 } "
283
+ echo " ${PROFILES_BASE} /${1}${2 : + -${2} } "
284
284
}
285
285
286
286
412
412
--keep-failed \
413
413
--fallback \
414
414
--link-profile \
415
- --root=" $( profiledir_for_host " ${HOST} " build ) " \
415
+ --root=" $( profiledir_for_host " ${HOST} " ) " \
416
416
${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
417
417
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
418
418
-- env HOST=" $host " \
You can’t perform that action at this time.
0 commit comments