home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Source / GNU / cc / config / i860 / t-fx2800 < prev    next >
Encoding:
Text File  |  1992-07-28  |  309 b   |  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.