Lines Matching refs:toolchains
17 local -a toolchains
61 (-t|--toolchains-csv)
109 toolchains=($(sed -r -e 's/,.*//; /internal/d; /^#/d; /^$/d;' "${toolchains_csv}" \
209 test-pkg: test-build a package against various toolchains and architectures
221 The list of toolchains is retrieved from ${TOOLCHAINS_CSV}.
222 Only the external toolchains are tried, because building a Buildroot toolchain
223 would take too long. An alternative toolchains CSV file can be specified with
229 By default, a useful subset of toolchains is tested. If needed, all
230 toolchains can be tested (-a), an arbitrary number of toolchains (-n
250 Test all toolchains, instead of the default subset defined by
254 Test N toolchains, in the order defined in the toolchain CSV
258 Limit the tests to the N randomly selected toolchains.
260 -t CSVFILE, --toolchains-csv CSVFILE
261 CSV file containing the paths to config fragments of toolchains to
262 try. If not specified, the toolchains in ${TOOLCHAINS_CSV} will be