From a89ee6a1c771366079e8716c4c668508319f23ae Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 19 May 1992 03:01:34 +0000 Subject: [PATCH] entered into RCS From-SVN: r1015 --- gcc/config/mips/iris3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 455dceb367a..8536b1e1fd7 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -93,4 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS +/* Plain char is unsigned in the SGI compiler. */ +#define DEFAULT_SIGNED_CHAR 0 + #include "mips.h" -- 2.30.2