; * configure.ac: Fix the unexec build.
This commit is contained in:
parent
d8726dd382
commit
9cd72fbfa6
1 changed files with 3 additions and 0 deletions
|
@ -5158,6 +5158,9 @@ if test "${with_native_compilation}" = "default"; then
|
|||
# Check if libgccjit really works.
|
||||
AC_RUN_IFELSE([libgccjit_smoke_test], [], [libgccjit_broken])
|
||||
fi
|
||||
if test "$with_unexec" = yes; then
|
||||
with_native_compilation=no
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "${with_native_compilation}" != "no"; then
|
||||
|
|
Loading…
Add table
Reference in a new issue