📄 iris6-o32-as.h
字号:
/* Definitions of target machine for GNU compiler, for MIPS running IRIX 6 (O32 ABI) using the SGI assembler. *//* Override mips.h default: the IRIX 6 O32 assembler warns about -O3: as: Warning: -O3 is not supported for assembly compiles for ucode compilers; changing to -O2. So avoid passing it in the first place. */#undef SUBTARGET_ASM_OPTIMIZING_SPEC#define SUBTARGET_ASM_OPTIMIZING_SPEC "\%{noasmopt:-O0} \%{!noasmopt:%{O|O1|O2|O3:-O2}}"/* Enforce use of O32 linker, irrespective of SGI_ABI environment variable and machine type (e.g., R8000 systems default to -64). Copied from iris5.h, only adding -32. The default options -call_shared -no_unresolved are only passed if not invoked with -r. */#undef LINK_SPEC#define LINK_SPEC "\%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \%{bestGnum} %{shared} %{non_shared} \%{call_shared} %{no_archive} %{exact_version} \%{static: -non_shared} \%{!static: \ %{!shared:%{!non_shared:%{!call_shared:%{!r: -call_shared -no_unresolved}}}}} \%{rpath} \-_SYSTYPE_SVR4 \-32"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -