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 / x-apollo68 < prev    next >
Text File  |  1994-02-06  |  548b  |  18 lines

  1. # x-apollo68 -- 680x0 based Apollos as host system
  2.  
  3. # vasta@apollo.com says this is how to compile on an Apollo (SR10.x).
  4. # Use a Berkeley environment.
  5. CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  6. OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  7.  
  8. # Makefile.in has debugging turned on:
  9. #
  10. #    CFLAGS = -g
  11. #    LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1
  12. #
  13. # but that's not supported on the Apollo yet, so we'd better avoid
  14. # the warnings.
  15.  
  16. CFLAGS =
  17. LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)
  18.