Lines Matching refs:arch
131 arch="$(crosstool_arch "$1")"
134 archive_name="${hostarch}-gcc-${crosstool_version}-nolibc-${arch}-${abi}.tar.gz"
141 echo "Downloading crosstools ${arch} ${crosstool_version}"
159 arch=$1
160 ct_arch=$(crosstool_arch "$arch")
170 build_dir="${build_location}/${arch}"
174 …MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="…
187 printf '%-15s' "$arch:"
188 if [ "$arch" = "s390" ] && ([ "$llvm" = "1" ] || [ "$test_mode" = "user" ]); then
192 if [ "$arch" = "m68k" -o "$arch" = "sh4" ] && [ "$llvm" = "1" ]; then
196 if [ "$arch" = "x32" ] && [ "$test_mode" = "user" ]; then
204 cp run.out run.out."${arch}"
209 for arch in $archs; do
210 download_crosstool "$arch"
214 for arch in $archs; do
215 test_arch "$arch"