Don't mis-align the stack on x86 platforms (most visible on MacOS X for Intel)

This commit is contained in:
gbeauche 2006-01-22 00:08:32 +00:00
parent 1f195045a1
commit 51a09ecc21

View File

@ -1328,7 +1328,7 @@ if [[ "x$EMULATED_PPC" = "xyes" ]]; then
if [[ "x$ac_cv_use_dyngen" = "xyes" ]]; then
case $host_cpu in
i?86)
DYNGEN_OP_FLAGS="-fomit-frame-pointer -mpreferred-stack-boundary=2"
DYNGEN_OP_FLAGS="-fomit-frame-pointer"
;;
mips)
DYNGEN_OP_FLAGS="-fno-delayed-branch -mno-abicalls"