home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / m68k / x-mot3300 < prev    next >
Text File  |  1995-04-27  |  548b  |  13 lines

  1. ALLOCA=alloca.o
  2.  
  3. # This disables the long/short jump optimization.
  4. # I use sysV68 R3V7.1 RM04 (phdm@info.ucl.ac.be)
  5. # Since ss-950318, with jump optimization enabled, "as" issues a warning
  6. # when assembling combine.s :
  7. #   aline nnnnn : Warning: Table overflow: some optimizations lost (SDIs)
  8. # but later "ld" complains with
  9. #   ld: relocation entry found for non-relocatable symbol in combine.o
  10. # and the produced "cc1" fails with SIGSEGV
  11. # Another possible fix would be to split combine.c.
  12. XCFLAGS=`if [ x$@ = xcombine.o ]; then echo -Wa,-j; fi`
  13.