diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-05-04 11:20:59 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-05-04 11:20:59 -0700 |
commit | 929f0a7a2aaac3ea23959604fe699ceaf57f1b64 (patch) | |
tree | 63a4c5f681264879308cfcb64b201062d94983ff /gcc/config/mips/svr4-4.h | |
parent | bfef964bd15540fbcc3537eb71684ff1022f3212 (diff) | |
download | gcc-929f0a7a2aaac3ea23959604fe699ceaf57f1b64.zip gcc-929f0a7a2aaac3ea23959604fe699ceaf57f1b64.tar.gz gcc-929f0a7a2aaac3ea23959604fe699ceaf57f1b64.tar.bz2 |
(CPP_SPEC): Delete.
From-SVN: r7199
Diffstat (limited to 'gcc/config/mips/svr4-4.h')
-rw-r--r-- | gcc/config/mips/svr4-4.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/mips/svr4-4.h b/gcc/config/mips/svr4-4.h index e4adebe..3badf53 100644 --- a/gcc/config/mips/svr4-4.h +++ b/gcc/config/mips/svr4-4.h @@ -26,15 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define STANDARD_INCLUDE_DIR "/svr4/usr/include" -#define CPP_SPEC "\ -%{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \ -%{.cxx: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \ -%{.C: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \ -%{.m: -D__LANGUAGE_OBJECTIVE_C -D_LANGUAGE_OBJECTIVE_C} \ -%{.S: -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \ -%{.s: -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \ -%{!.S:%{!.s: -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}}" - #define LINK_SPEC "\ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \ %{bestGnum} %{shared} %{non_shared} \ |