⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tm-i386sco.h

📁 这是完整的gcc源代码
💻 H
字号:
/* Definitions for Intel 386 running SCO Unix System V.  *//* Mostly it's like AT&T Unix System V. */#include "tm-i386v.h"/* Use crt1.o as a startup file and crtn.o as a closing file.  */#undef STARTFILE_SPEC#define STARTFILE_SPEC  "%{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}"#define ENDFILE_SPEC "crtn.o%s"/* Library spec, including SCO international language support. */#undef LIB_SPEC#define LIB_SPEC \ "%{p:-L/usr/lib/libp}%{pg:-L/usr/lib/libp} libintl.a%s -lc"/* Specify predefined symbols in preprocessor.  */#undef CPP_PREDEFINES#define CPP_PREDEFINES \"-Dunix -Di386 -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP"#undef CPP_SPEC#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} -DM_INTERNAT"/* SCO's assember doesn't grok '$' in labels (for g++) */#define NO_DOLLAR_IN_LABEL/* SCO's libraries are compiled with Microsoft C, which requires the   caller to pop the extra argument passed to functions that return   structures. */#define STRUCT_RETURN_CALLER_POP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -