diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-22 16:01:58 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-22 16:01:58 -0800 |
commit | bc0989e960ab0068c50945279225f839421b626b (patch) | |
tree | f0249dca2a76972f940bdf1aed23b95c15ac6f96 | |
parent | 0acefe5425bf661788da3f51943f8218b4b88164 (diff) | |
download | gcc-bc0989e960ab0068c50945279225f839421b626b.zip gcc-bc0989e960ab0068c50945279225f839421b626b.tar.gz gcc-bc0989e960ab0068c50945279225f839421b626b.tar.bz2 |
(MIPS_DEFAULT_GVALUE): Define to zero.
From-SVN: r6847
-rw-r--r-- | gcc/config/mips/iris5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index f38ee77..ff124b0 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 |