Enable build of the JIT with GCC 2.9x compilers (e.g. "2.96" from MDK 8.1).

This commit is contained in:
gbeauche 2005-06-22 15:37:25 +00:00
parent ae52321fe7
commit f887fb7bac

View File

@ -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
]) ])