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
284 if test -z "${CC}${cross_prefix}"; then
290 if test -z "${CXX}${cross_prefix}"; then
301 if test -z "${objcc}${cross_prefix}"; then
302 if has clang; then
346 if check_define __linux__ ; then
348 elif check_define _WIN32 ; then
350 elif check_define __OpenBSD__ ; then
352 elif check_define __sun__ ; then
354 elif check_define __HAIKU__ ; then
356 elif check_define __FreeBSD__ ; then
358 elif check_define __FreeBSD_kernel__ && check_define __GLIBC__; then
360 elif check_define __DragonFly__ ; then
362 elif check_define __NetBSD__; then
364 elif check_define __APPLE__; then
366 elif check_define EMSCRIPTEN ; then
377 if test ! -z "$cpu" ; then
380 elif check_define __i386__ ; then
382 elif check_define __x86_64__ ; then
383 if check_define __ILP32__ ; then
388 elif check_define __sparc__ ; then
389 if check_define __arch64__ ; then
394 elif check_define _ARCH_PPC ; then
395 if check_define _ARCH_PPC64 ; then
396 if check_define _LITTLE_ENDIAN ; then
404 elif check_define __mips__ ; then
405 if check_define __mips64 ; then
410 elif check_define __s390__ ; then
411 if check_define __s390x__ ; then
416 elif check_define __riscv ; then
417 if check_define _LP64 ; then
422 elif check_define __arm__ ; then
424 elif check_define __aarch64__ ; then
426 elif check_define __loongarch64 ; then
432 if test "$host_os" != "bogus"; then
543 ! test -d "$source_path/common-user/host/$host_arch"; }; then
547 if test -n "$linux_arch" && ! test -d "$source_path/linux-headers/asm-$linux_arch"; then
559 if test -z "${PYTHON}"; then
564 if has "$binary"; then
566 if check_py_version "$python"; then
579 if check_py_version "$python"; then
592 then
598 if test "$host_os" = "windows" ; then
604 (if test "$host_os" = windows; then
629 if test $? -eq 1; then
640 if test "$cross_compile" = "yes"; then
697 if test "$target_list_exclude"; then
702 if test "$target_list"; then
715 if test -f "$cf"; then
805 then
811 then
815 if test -e "$source_path/.git"; then
838 if [ -n "$host_arch" ] && [ -d "$source_path/common-user/host/$host_arch" ]; then
839 if [ "$linux_user" != no ]; then
840 if [ "$host_os" = linux ]; then
842 elif [ "$linux_user" = yes ]; then
845 if [ "$linux_user" = "yes" ]; then
849 if [ "$bsd_user" != no ]; then
850 if [ "$bsd_user" = "" ]; then
853 if [ "$bsd_user" = yes ] && ! [ -d "$source_path/bsd-user/$host_os" ]; then
856 if [ "$bsd_user" = "yes" ]; then
861 if [ "$linux_user" = yes ] || [ "$bsd_user" = yes ]; then
865 if [ "$system" = "yes" ]; then
871 if echo "$target_list_exclude" | grep -vq "$target"; then
876 if test x"$show_help" = x"yes" ; then
937 if ! compile_object ; then
945 then
948 if test -n "$first_python"; then
956 if ! check_py_version "$python"; then
986 if test "$?" -ne 0 ; then
1009 if test "$download" = "enabled" ; then
1013 if test "$docs" != "disabled" ; then
1017 then
1018 if test "$docs" = "enabled" ; then
1030 if test -z "$ninja"; then
1032 if has $c; then
1037 if test -z "$ninja"; then
1042 if test "$host_os" = "bogus"; then
1051 if test "$host_os" = "windows" && ! has "$dlltool"; then
1052 if test "$plugins" = "yes"; then
1057 if test "$tcg" = "disabled" ; then
1058 if test "$plugins" = "yes"; then
1063 if test "$static" = "yes" ; then
1064 if test "$plugins" = "yes"; then
1069 if test "$plugins" != "no"; then
1070 if has_meson_option "-Dtcg_interpreter=true"; then
1088 if test "$host_os" = windows || test "$host_os" = haiku; then
1089 if test "$pie" = "yes"; then
1095 if test "$pie" != "no"; then
1096 if test "$static" = "yes"; then
1101 if compile_prog "-Werror -fPIE -DPIE" "$pie_ldflags"; then
1103 elif test "$pie" = "yes"; then
1113 if test -z "${target_list+xxx}" ; then
1135 if test "$tcg" = "auto"; then
1136 if test -z "$target_list"; then
1146 if test -n "$gdb_bin"; then
1150 if version_ge $gdb_version 9.1; then
1166 if ! compile_prog ; then
1176 if ! compile_prog ; then
1188 if test "$rust" != disabled && ! version_ge "$meson_version" 1.8.1; then
1189 if test "$rust" = enabled; then
1195 if test "$rust" != disabled && has "$rustc" && $rustc -vV > "${TMPDIR1}/${TMPB}.out"; then
1198 if test "$rust" = enabled; then
1203 if test "$rust" != disabled && test -z "$rust_target_triple"; then
1220 if check_define __ANDROID__; then
1231 if compile_object; then
1243 if $READELF -A $TMPO | grep Tag_API_VFP_args: > /dev/null; then
1270 if test "$host_arch" = aarch64; then
1298 if test "$rust_os" = solaris; then
1310 if test "$android" = yes; then
1323 if test $use_containers = "yes" && (has "docker" || has "podman"); then
1329 if test "$container" != "no"; then
1380 if eval test -n "\"\${cross_prefix_$1}\""; then
1381 if eval has "\"\${cross_prefix_$1}\$3\""; then
1539 if [ "${1%softmmu}" != "$1" ] || test "$target_arch" = "$cpu"; then
1567 if eval test -n "\"\${cross_cc_$target_arch}\""; then
1568 if eval has "\"\${cross_cc_$target_arch}\""; then
1585 if test -n "$target_cc"; then
1588 if $target_cc --version | grep -qi "clang"; then
1593 elif test -n "$target_as" && test -n "$target_ld"; then
1613 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
1619 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC -static ; then
1624 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC ; then
1632 if test $got_cross_cc != yes; then
1649 if test -z "$target_cc" && test -z "$target_as"; then
1652 if test -n "$container_cross_cc"; then
1664 if test -n "$target_cc"; then
1668 if test -n "$target_ar"; then
1671 if test -n "$target_as"; then
1674 if test -n "$target_ld"; then
1677 if test -n "$target_nm"; then
1680 if test -n "$target_objcopy"; then
1683 if test -n "$target_ranlib"; then
1686 if test -n "$target_strip"; then
1713 if [ -e "$source_path/$f" ]; then
1719 if test "$host_os" = "linux" && test -n "$linux_arch"; then
1729 probe_target_compiler i386-softmmu; then
1738 probe_target_compiler ppc-softmmu; then
1749 …"$source_path/scripts/git-submodule.sh" "$git_submodules_action" roms/SLOF >> config.log 2>&1; then
1753 … do_compiler "$target_cc" $target_cc_cflags -march=z10 -msoft-float -Werror -o $TMPO -c $TMPC; then
1754 if [ $has_z900 != 0 ]; then
1780 if test "$container" != no; then
1784 if test "$rust" != disabled; then
1793 if test "$default_targets" = "yes"; then
1801 if test "$plugins" = "yes" ; then
1823 if probe_target_compiler $target || test -n "$container_image"; then
1836 if test "${gdb_arches#*$arch}" != "$gdb_arches"; then
1840 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 15.1; then
1844 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 16.0; then
1854 if test "$tcg" = "enabled"; then
1858 if test "$skip_meson" = no; then
1885 { test "$host_os" = linux || test "$host_os" = "windows"; }; then
1889 if test "$SMBD" != ''; then
1892 if test "${QEMU_GA_MANUFACTURER}" != ''; then
1895 if test "${QEMU_GA_DISTRO}" != ''; then
1898 if test "${QEMU_GA_VERSION}" != ''; then
1907 if test "$rust" != disabled; then
1908 if test "$rust_host_triple" != "$rust_target_triple"; then
1923 if has $sdl2_config; then
1930 if test "$cross_compile" = "yes"; then
1942 if test "$bigendian" = "yes" ; then
1952 if test "$rust" != disabled; then
1961 if test -f "$source_path/configs/meson/$host_os.txt"; then
1983 if test "$?" -ne 0 ; then
1988 if test -f meson-private/cmd_line.txt; then
2012 then
2059 if test "$rust" != disabled; then