Ticket #9053: patch-config.guess.diff

File patch-config.guess.diff, 355 bytes (added by vinc17@…, 15 years ago)

minimal patch to avoid the crash when configuring gmp 4.3.1

  • config.guess

    old new  
    355355  unsigned  (*fun)();
    356356  unsigned  pvr;
    357357
     358  return 0;
    358359  /* a separate "fun" variable is necessary for gcc 2.95.2 on MacOS,
    359360     it gets a compiler error on a combined cast and call */
    360361  fun = (unsigned (*)()) getpvr.a;