ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.in
(Generate patch)

Comparing SheepShaver/src/Unix/configure.in (file contents):
Revision 1.10 by gbeauche, 2003-11-27T00:26:33Z vs.
Revision 1.11 by gbeauche, 2003-11-27T11:09:38Z

# Line 544 | Line 544 | AC_CACHE_CHECK([whether the compiler can
544   ])
545   ELF_OBJECTS=$ac_cv_elf_objects
546  
547 dnl FIXME: forcibly disable JIT for now
548 WANT_JIT=no
549
547   dnl CPU emulator sources
548   if [[ "x$EMULATED_PPC" = "xyes" ]]; then
549    CPUSRCS="\
# Line 577 | Line 574 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
574      ])
575      if [[ "x$ac_cv_use_dyngen" = "xyes" ]]; then
576        case $host_cpu in
577 <      i?86:yes)
577 >      i?86)
578          DYNGEN_OP_FLAGS="-fomit-frame-pointer -mpreferred-stack-boundary=2"
579          if [[ "x$HAVE_GCC30" = "xyes" ]]; then
580            DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -falign-functions=0"
# Line 620 | Line 617 | if [[ "x$ac_cv_use_dyngen" = "xyes" ]];
617        ((void (*)(void))p)();
618        return 0;
619   #endif
623 #if defined(__i386__)
624      static unsigned char p[] = {0xc3};
625      ((void (*)(void))p)();
626      return 0;
627 #endif
620        return 1;
621      }], ac_cv_have_static_data_exec=yes, ac_cv_have_static_data_exec=no,
622      dnl When cross-compiling, do not assume anything.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines