From 8ff185df6f4e5397ba07d0de2aa9172d0e3f87bd Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 8 Apr 1992 02:58:57 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r703 --- gcc/config/mips/osfrose.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index c4ba111ac33..b931e37af3c 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -20,6 +20,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DECSTATION #define OSF_OS +#define HALF_PIC_DEBUG TARGET_DEBUG_B_MODE + #include "halfpic.h" #define CPP_PREDEFINES "-DOSF -DOSF1 -Dbsd4_2 -DMIPSEL -Dhost_mips -Dmips -Dunix -DR3000 -DSYSTYPE_BSD" @@ -46,12 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{.s:%i} %{!.s:%g.s}}}" #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}}" +%{.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*} \ @@ -63,12 +65,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{!mmips-as: \ %{v*: -v} \ %{pic-none: -noshrlib} %{noshrlib} \ - %{!pic-none: -warn_nopic} \ + %{pic-lib: %{!noshrlib: -warn_nopic}} \ %{nostdlib} %{glue}}" -/* For now, force static libraries instead of shared, but do so that - does not use -noshrlib, since the old linker does not provide it. */ -#define LIB_SPEC "%{!pic-none: %{!pic-lib: -L/usr/ccs/lib }} -lc" +#define LIB_SPEC "-lc" #define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}" -- 2.30.2