File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -528,25 +528,6 @@ case "$cpu" in
528
528
;;
529
529
esac
530
530
531
- # Now we have our CPU_CFLAGS we can check if we are targeting a 32 or
532
- # 64 bit host.
533
-
534
- check_64bit_host () {
535
- cat > $TMPC << EOF
536
- #if __SIZEOF_POINTER__ != 8
537
- #error not 64 bit system
538
- #endif
539
- int main(void) { return 0; }
540
- EOF
541
- compile_object " $1 "
542
- }
543
-
544
- if check_64bit_host " $CPU_CFLAGS " ; then
545
- host_bits=64
546
- else
547
- host_bits=32
548
- fi
549
-
550
531
if test -n " $host_arch " && {
551
532
! test -d " $source_path /linux-user/include/host/$host_arch " ||
552
533
! test -d " $source_path /common-user/host/$host_arch " ; }; then
@@ -1072,7 +1053,7 @@ if test "$static" = "yes" ; then
1072
1053
fi
1073
1054
plugins=" no"
1074
1055
fi
1075
- if test " $plugins " ! = " no" && test $host_bits -eq 64 ; then
1056
+ if test " $plugins " ! = " no" ; then
1076
1057
if has_meson_option " -Dtcg_interpreter=true" ; then
1077
1058
plugins=" no"
1078
1059
else
You can’t perform that action at this time.
0 commit comments