home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gcc-2.5.8-src.lha / src / amiga / gcc-2.5.8 / config / mips / iris4gl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-26  |  664 b   |  18 lines

  1. /* Like iris4-gdb.h, but always inhibits assembler optimization.
  2.    Use this via mips-sgi-iris4loser if you need it.  */
  3.  
  4. #include "mips/iris4-gdb.h"
  5.  
  6. #undef ASM_SPEC
  7. #define ASM_SPEC "\
  8. %{!mgas: \
  9.     %{!mrnames: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}}} \
  10.     %{pipe: %e-pipe is not supported.} \
  11.     %{mips1} %{mips2} %{mips3} \
  12.     %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
  13.     %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
  14.     %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
  15.     %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
  16.     %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
  17. %{G*}"
  18.