mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
Enable build of the JIT with GCC 2.9x compilers (e.g. "2.96" from MDK 8.1).
This commit is contained in:
parent
ae52321fe7
commit
f887fb7bac
@ -1239,7 +1239,7 @@ if [[ "x$EMULATED_PPC" = "xyes" ]]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ -z "$DYNGEN_CC" ]] || ! { echo '#include <limits>' | $DYNGEN_CC -xc++ -c -o /dev/null - >& /dev/null; }; then
|
if [[ -z "$DYNGEN_CC" ]]; then
|
||||||
ac_cv_use_dyngen=no
|
ac_cv_use_dyngen=no
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user