Lines Matching full:then
17 then
23 then
25 then
34 then
49 then \
69 if ! mkdir -p "${TMPDIR1}"; then
109 if test -n "$BASH_VERSION"; then eval '
167 then
282 if test -z "${CC}${cross_prefix}"; then
288 if test -z "${CXX}${cross_prefix}"; then
299 if test -z "${objcc}${cross_prefix}"; then
300 if has clang; then
343 if check_define __linux__ ; then
345 elif check_define _WIN32 ; then
347 elif check_define __OpenBSD__ ; then
349 elif check_define __sun__ ; then
351 elif check_define __HAIKU__ ; then
353 elif check_define __FreeBSD__ ; then
355 elif check_define __FreeBSD_kernel__ && check_define __GLIBC__; then
357 elif check_define __DragonFly__ ; then
359 elif check_define __NetBSD__; then
361 elif check_define __APPLE__; then
370 if test ! -z "$cpu" ; then
373 elif check_define __i386__ ; then
375 elif check_define __x86_64__ ; then
376 if check_define __ILP32__ ; then
381 elif check_define __sparc__ ; then
382 if check_define __arch64__ ; then
387 elif check_define _ARCH_PPC ; then
388 if check_define _ARCH_PPC64 ; then
389 if check_define _LITTLE_ENDIAN ; then
397 elif check_define __mips__ ; then
398 if check_define __mips64 ; then
403 elif check_define __s390__ ; then
404 if check_define __s390x__ ; then
409 elif check_define __riscv ; then
410 if check_define _LP64 ; then
415 elif check_define __arm__ ; then
417 elif check_define __aarch64__ ; then
419 elif check_define __loongarch64 ; then
425 if test "$host_os" != "bogus"; then
544 if check_64bit_host "$CPU_CFLAGS"; then
552 ! test -d "$source_path/common-user/host/$host_arch"; }; then
556 if test -n "$linux_arch" && ! test -d "$source_path/linux-headers/asm-$linux_arch"; then
568 if test -z "${PYTHON}"; then
573 if has "$binary"; then
575 if check_py_version "$python"; then
588 if check_py_version "$python"; then
601 then
607 if test "$host_os" = "windows" ; then
613 (if test "$host_os" = windows; then
638 if test $? -eq 1; then
649 if test "$cross_compile" = "yes"; then
704 if test "$target_list_exclude"; then
709 if test "$target_list"; then
722 if test -f "$cf"; then
812 then
818 then
822 if test -e "$source_path/.git"; then
845 if [ -n "$host_arch" ] && [ -d "$source_path/common-user/host/$host_arch" ]; then
846 if [ "$linux_user" != no ]; then
847 if [ "$host_os" = linux ]; then
849 elif [ "$linux_user" = yes ]; then
852 if [ "$linux_user" = "yes" ]; then
856 if [ "$bsd_user" != no ]; then
857 if [ "$bsd_user" = "" ]; then
860 if [ "$bsd_user" = yes ] && ! [ -d "$source_path/bsd-user/$host_os" ]; then
863 if [ "$bsd_user" = "yes" ]; then
868 if [ "$linux_user" = yes ] || [ "$bsd_user" = yes ]; then
872 if [ "$system" = "yes" ]; then
878 if echo "$target_list_exclude" | grep -vq "$target"; then
883 if test x"$show_help" = x"yes" ; then
943 if ! compile_object ; then
951 then
954 if test -n "$first_python"; then
962 if ! check_py_version "$python"; then
992 if test "$?" -ne 0 ; then
1015 if test "$download" = "enabled" ; then
1019 if test "$docs" != "disabled" ; then
1023 then
1024 if test "$docs" = "enabled" ; then
1036 if test -z "$ninja"; then
1038 if has $c; then
1043 if test -z "$ninja"; then
1048 if test "$host_os" = "bogus"; then
1057 if test "$host_os" = "windows" && ! has "$dlltool"; then
1058 if test "$plugins" = "yes"; then
1063 if test "$tcg" = "disabled" ; then
1064 if test "$plugins" = "yes"; then
1069 if test "$static" = "yes" ; then
1070 if test "$plugins" = "yes"; then
1075 if test "$plugins" != "no" && test $host_bits -eq 64; then
1076 if has_meson_option "-Dtcg_interpreter=true"; then
1094 if test "$host_os" = windows || test "$host_os" = haiku; then
1095 if test "$pie" = "yes"; then
1101 if test "$pie" != "no"; then
1102 if test "$static" = "yes"; then
1107 if compile_prog "-Werror -fPIE -DPIE" "$pie_ldflags"; then
1109 elif test "$pie" = "yes"; then
1119 if test -z "${target_list+xxx}" ; then
1141 if test "$tcg" = "auto"; then
1142 if test -z "$target_list"; then
1152 if test -n "$gdb_bin"; then
1156 if version_ge $gdb_version 9.1; then
1172 if ! compile_prog ; then
1182 if ! compile_prog ; then
1193 if test "$rust" != disabled && has "$rustc" && $rustc -vV > "${TMPDIR1}/${TMPB}.out"; then
1196 if test "$rust" = enabled; then
1201 if test "$rust" != disabled && test -z "$rust_target_triple"; then
1218 if check_define __ANDROID__; then
1229 if compile_object; then
1241 if $READELF -A $TMPO | grep Tag_API_VFP_args: > /dev/null; then
1268 if test "$host_arch" = aarch64; then
1296 if test "$rust_os" = solaris; then
1308 if test "$android" = yes; then
1321 if test $use_containers = "yes" && (has "docker" || has "podman"); then
1327 if test "$container" != "no"; then
1378 if eval test -n "\"\${cross_prefix_$1}\""; then
1379 if eval has "\"\${cross_prefix_$1}\$3\""; then
1537 if [ "${1%softmmu}" != "$1" ] || test "$target_arch" = "$cpu"; then
1565 if eval test -n "\"\${cross_cc_$target_arch}\""; then
1566 if eval has "\"\${cross_cc_$target_arch}\""; then
1583 if test -n "$target_cc"; then
1586 if $target_cc --version | grep -qi "clang"; then
1591 elif test -n "$target_as" && test -n "$target_ld"; then
1611 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
1617 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC -static ; then
1622 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC ; then
1630 if test $got_cross_cc != yes; then
1647 if test -z "$target_cc" && test -z "$target_as"; then
1650 if test -n "$container_cross_cc"; then
1662 if test -n "$target_cc"; then
1666 if test -n "$target_ar"; then
1669 if test -n "$target_as"; then
1672 if test -n "$target_ld"; then
1675 if test -n "$target_nm"; then
1678 if test -n "$target_objcopy"; then
1681 if test -n "$target_ranlib"; then
1684 if test -n "$target_strip"; then
1711 if [ -e "$source_path/$f" ]; then
1717 if test "$host_os" = "linux" && test -n "$linux_arch"; then
1727 probe_target_compiler i386-softmmu; then
1736 probe_target_compiler ppc-softmmu; then
1747 …"$source_path/scripts/git-submodule.sh" "$git_submodules_action" roms/SLOF >> config.log 2>&1; then
1751 … do_compiler "$target_cc" $target_cc_cflags -march=z10 -msoft-float -Werror -o $TMPO -c $TMPC; then
1752 if [ $has_z900 != 0 ]; then
1778 if test "$container" != no; then
1782 if test "$rust" != disabled; then
1791 if test "$default_targets" = "yes"; then
1799 if test "$plugins" = "yes" ; then
1821 if probe_target_compiler $target || test -n "$container_image"; then
1834 if test "${gdb_arches#*$arch}" != "$gdb_arches"; then
1838 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 15.1; then
1842 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 16.0; then
1852 if test "$tcg" = "enabled"; then
1856 if test "$skip_meson" = no; then
1883 { test "$host_os" = linux || test "$host_os" = "windows"; }; then
1887 if test "$SMBD" != ''; then
1890 if test "${QEMU_GA_MANUFACTURER}" != ''; then
1893 if test "${QEMU_GA_DISTRO}" != ''; then
1896 if test "${QEMU_GA_VERSION}" != ''; then
1905 if test "$rust" != disabled; then
1906 if test "$rust_host_triple" != "$rust_target_triple"; then
1919 if has $sdl2_config; then
1926 if test "$cross_compile" = "yes"; then
1938 if test "$bigendian" = "yes" ; then
1948 if test "$rust" != disabled; then
1957 if test -f "$source_path/configs/meson/$host_os.txt"; then
1979 if test "$?" -ne 0 ; then
1984 if test -f meson-private/cmd_line.txt; then
2008 then
2055 if test "$rust" != disabled; then