From: Michael Meissner Date: Wed, 12 Feb 1992 15:37:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34293b658a8c404f210fd0dc8419ef53166cc948;p=gcc.git *** empty log message *** From-SVN: r304 --- diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index 5a0729b9dfa..d74f4b036de 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -20,30 +20,32 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DECSTATION #define CPP_PREDEFINES "-D__ANSI_COMPAT \ --D__LANGUAGE_C -D__MIPSEL -D__R3000 -D__SYSTYPE_BSD -D__bsd4_2 -D__host_mips -D__mips -D__ultrix -D__unix \ --DLANGUAGE_C -DMIPSEL -DR3000 -DSYSTYPE_BSD -Dbsd4_2 -Dhost_mips -Dmips -Dultrix -Dunix" - -#define ASM_SPEC "%{!mgas: \ - %{!mrnames: -nocpp} \ - %{pipe:%e:-pipe not supported} \ - %{EL} %{!EL:-EL} \ - %{EB: %e-EB not supported} \ - %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \ - %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K}} \ - %{G*}" - -#define CPP_SPEC "%{.S: -D__LANGUAGE_ASSEMBLY__ \ - -D_LANGUAGE_ASSEMBLY \ - %{!ansi:-DLANGUAGE_ASSEMBLY}} \ - %{!.S: -D__LANGUAGE_C__ \ - -D_LANGUAGE_C \ - %{!ansi:-DLANGUAGE_C}}" - -#define LINK_SPEC "%{G*} \ - %{!mgas: \ - %{EL} %{!EL: -EL} \ - %{EB: %e-EB not supported} \ - %{bestGnum}}" +-DMIPSEL -DR3000 -DSYSTYPE_BSD -Dbsd4_2 -Dhost_mips -Dmips -Dultrix -Dunix" + +#define ASM_SPEC "\ +%{!mgas: \ + %{!mrnames: -nocpp} \ + %{pipe:%e:-pipe not supported} \ + %{EL} %{!EL:-EL} \ + %{EB: %e-EB not supported} \ + %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \ + %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K}} \ +%{G*}" + +#define CPP_SPEC "\ +%{.S: -D__LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \ +%{.cc: -D__LANGUAGE_C_PLUS_PLUS} \ +%{.cxx: -D__LANGUAGE_C_PLUS_PLUS} \ +%{.C: -D__LANGUAGE_C_PLUS_PLUS} \ +%{.m: -D__LANGUAGE_OBJECTIVE_C} \ +%{!.S: -D__LANGUAGE_C %{!ansi:-DLANGUAGE_C}}" + +#define LINK_SPEC "\ +%{G*} \ +%{!mgas: \ + %{EL} %{!EL: -EL} \ + %{EB: %e-EB not supported} \ + %{bestGnum}}" #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"