|
|
1.1.1.2 ! root 1: /* Like iris4.h, but always inhibits assembler optimization for MIPS as. 1.1 root 2: Use this via mips-sgi-iris4loser if you need it. */ 3: 4: #include "mips/iris4.h" 5: 6: #undef ASM_SPEC 1.1.1.2 ! root 7: #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GAS) != 0 ! 8: /* GAS */ 1.1 root 9: #define ASM_SPEC "\ 1.1.1.2 ! root 10: %{noasmopt:-O0} \ ! 11: %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \ ! 12: %{mmips-as: \ ! 13: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}} \ ! 14: -O0 \ 1.1 root 15: %{pipe: %e-pipe is not supported.} \ 1.1.1.2 ! root 16: %{K}} \ ! 17: %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{v} \ ! 18: %{g} %{g0} %{g1} %{g2} %{g3} \ ! 19: %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \ ! 20: %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \ ! 21: %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \ ! 22: %{gcoff:-g} %{gcoff0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}" ! 23: ! 24: #else ! 25: /* not GAS */ ! 26: #define ASM_SPEC "\ ! 27: %{noasmopt:-O0} \ ! 28: %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \ ! 29: %{!mgas: \ ! 30: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}} \ 1.1 root 31: -O0 \ 1.1.1.2 ! root 32: %{pipe: %e-pipe is not supported.} \ ! 33: %{K}} \ ! 34: %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{v} \ ! 35: %{g} %{g0} %{g1} %{g2} %{g3} \ ! 36: %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \ ! 37: %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \ ! 38: %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \ ! 39: %{gcoff:-g} %{gcoff0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}" ! 40: ! 41: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.