home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / t-fx2800 < prev    next >
Text File  |  1994-02-06  |  309b  |  10 lines

  1.  
  2. # The Alliant FX2800 uses ELF object files, so needs these two modules
  3. # just as SVR4 does.  -- hyc@hanauma.jpl.nasa.gov
  4.  
  5. EXTRA_PARTS=crtbegin.o crtend.o
  6.  
  7. # Use ieee rounding rules for divide and square root operations.
  8. # /bin/cc is assumed to point to fxc version 1.3 or newer.
  9. CCLIBFLAGS=-O -ieee -uniproc
  10.