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
533 ! test -d "$source_path/common-user/host/$host_arch"; }; then
537 if test -n "$linux_arch" && ! test -d "$source_path/linux-headers/asm-$linux_arch"; then
549 if test -z "${PYTHON}"; then
554 if has "$binary"; then
556 if check_py_version "$python"; then
569 if check_py_version "$python"; then
582 then
588 if test "$host_os" = "windows" ; then
594 (if test "$host_os" = windows; then
619 if test $? -eq 1; then
630 if test "$cross_compile" = "yes"; then
685 if test "$target_list_exclude"; then
690 if test "$target_list"; then
703 if test -f "$cf"; then
793 then
799 then
803 if test -e "$source_path/.git"; then
826 if [ -n "$host_arch" ] && [ -d "$source_path/common-user/host/$host_arch" ]; then
827 if [ "$linux_user" != no ]; then
828 if [ "$host_os" = linux ]; then
830 elif [ "$linux_user" = yes ]; then
833 if [ "$linux_user" = "yes" ]; then
837 if [ "$bsd_user" != no ]; then
838 if [ "$bsd_user" = "" ]; then
841 if [ "$bsd_user" = yes ] && ! [ -d "$source_path/bsd-user/$host_os" ]; then
844 if [ "$bsd_user" = "yes" ]; then
849 if [ "$linux_user" = yes ] || [ "$bsd_user" = yes ]; then
853 if [ "$system" = "yes" ]; then
859 if echo "$target_list_exclude" | grep -vq "$target"; then
864 if test x"$show_help" = x"yes" ; then
924 if ! compile_object ; then
932 then
935 if test -n "$first_python"; then
943 if ! check_py_version "$python"; then
973 if test "$?" -ne 0 ; then
996 if test "$download" = "enabled" ; then
1000 if test "$docs" != "disabled" ; then
1004 then
1005 if test "$docs" = "enabled" ; then
1017 if test -z "$ninja"; then
1019 if has $c; then
1024 if test -z "$ninja"; then
1029 if test "$host_os" = "bogus"; then
1038 if test "$host_os" = "windows" && ! has "$dlltool"; then
1039 if test "$plugins" = "yes"; then
1044 if test "$tcg" = "disabled" ; then
1045 if test "$plugins" = "yes"; then
1050 if test "$static" = "yes" ; then
1051 if test "$plugins" = "yes"; then
1056 if test "$plugins" != "no"; then
1057 if has_meson_option "-Dtcg_interpreter=true"; then
1075 if test "$host_os" = windows || test "$host_os" = haiku; then
1076 if test "$pie" = "yes"; then
1082 if test "$pie" != "no"; then
1083 if test "$static" = "yes"; then
1088 if compile_prog "-Werror -fPIE -DPIE" "$pie_ldflags"; then
1090 elif test "$pie" = "yes"; then
1100 if test -z "${target_list+xxx}" ; then
1122 if test "$tcg" = "auto"; then
1123 if test -z "$target_list"; then
1133 if test -n "$gdb_bin"; then
1137 if version_ge $gdb_version 9.1; then
1153 if ! compile_prog ; then
1163 if ! compile_prog ; then
1174 if test "$rust" != disabled && has "$rustc" && $rustc -vV > "${TMPDIR1}/${TMPB}.out"; then
1177 if test "$rust" = enabled; then
1182 if test "$rust" != disabled && test -z "$rust_target_triple"; then
1199 if check_define __ANDROID__; then
1210 if compile_object; then
1222 if $READELF -A $TMPO | grep Tag_API_VFP_args: > /dev/null; then
1249 if test "$host_arch" = aarch64; then
1277 if test "$rust_os" = solaris; then
1289 if test "$android" = yes; then
1302 if test $use_containers = "yes" && (has "docker" || has "podman"); then
1308 if test "$container" != "no"; then
1359 if eval test -n "\"\${cross_prefix_$1}\""; then
1360 if eval has "\"\${cross_prefix_$1}\$3\""; then
1518 if [ "${1%softmmu}" != "$1" ] || test "$target_arch" = "$cpu"; then
1546 if eval test -n "\"\${cross_cc_$target_arch}\""; then
1547 if eval has "\"\${cross_cc_$target_arch}\""; then
1564 if test -n "$target_cc"; then
1567 if $target_cc --version | grep -qi "clang"; then
1572 elif test -n "$target_as" && test -n "$target_ld"; then
1592 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
1598 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC -static ; then
1603 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC ; then
1611 if test $got_cross_cc != yes; then
1628 if test -z "$target_cc" && test -z "$target_as"; then
1631 if test -n "$container_cross_cc"; then
1643 if test -n "$target_cc"; then
1647 if test -n "$target_ar"; then
1650 if test -n "$target_as"; then
1653 if test -n "$target_ld"; then
1656 if test -n "$target_nm"; then
1659 if test -n "$target_objcopy"; then
1662 if test -n "$target_ranlib"; then
1665 if test -n "$target_strip"; then
1692 if [ -e "$source_path/$f" ]; then
1698 if test "$host_os" = "linux" && test -n "$linux_arch"; then
1708 probe_target_compiler i386-softmmu; then
1717 probe_target_compiler ppc-softmmu; then
1728 …"$source_path/scripts/git-submodule.sh" "$git_submodules_action" roms/SLOF >> config.log 2>&1; then
1732 … do_compiler "$target_cc" $target_cc_cflags -march=z10 -msoft-float -Werror -o $TMPO -c $TMPC; then
1733 if [ $has_z900 != 0 ]; then
1759 if test "$container" != no; then
1763 if test "$rust" != disabled; then
1772 if test "$default_targets" = "yes"; then
1780 if test "$plugins" = "yes" ; then
1802 if probe_target_compiler $target || test -n "$container_image"; then
1815 if test "${gdb_arches#*$arch}" != "$gdb_arches"; then
1819 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 15.1; then
1823 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 16.0; then
1833 if test "$tcg" = "enabled"; then
1837 if test "$skip_meson" = no; then
1864 { test "$host_os" = linux || test "$host_os" = "windows"; }; then
1868 if test "$SMBD" != ''; then
1871 if test "${QEMU_GA_MANUFACTURER}" != ''; then
1874 if test "${QEMU_GA_DISTRO}" != ''; then
1877 if test "${QEMU_GA_VERSION}" != ''; then
1886 if test "$rust" != disabled; then
1887 if test "$rust_host_triple" != "$rust_target_triple"; then
1900 if has $sdl2_config; then
1907 if test "$cross_compile" = "yes"; then
1919 if test "$bigendian" = "yes" ; then
1929 if test "$rust" != disabled; then
1938 if test -f "$source_path/configs/meson/$host_os.txt"; then
1960 if test "$?" -ne 0 ; then
1965 if test -f meson-private/cmd_line.txt; then
1989 then
2036 if test "$rust" != disabled; then