From bc0989e960ab0068c50945279225f839421b626b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 22 Mar 1994 16:01:58 -0800 Subject: [PATCH] (MIPS_DEFAULT_GVALUE): Define to zero. From-SVN: r6847 --- gcc/config/mips/iris5.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index f38ee77ceae..ff124b0c8f8 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -93,3 +93,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef MACHINE_TYPE #define MACHINE_TYPE "SGI running IRIX 5.0" + +/* -G is incompatible with -KPIC which is the default, so only allow objects + in the small data section if the user explicitly asks for it. */ +#undef MIPS_DEFAULT_GVALUE +#define MIPS_DEFAULT_GVALUE 0