aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-19 03:01:34 +0000
committerRichard Stallman <rms@gnu.org>1992-05-19 03:01:34 +0000
commita89ee6a1c771366079e8716c4c668508319f23ae (patch)
tree76b2d101b6e138f618508ebfdb27adeb079065ac /gcc
parent24ef67fac3b8315618208fe50c068538df822941 (diff)
downloadgcc-a89ee6a1c771366079e8716c4c668508319f23ae.zip
gcc-a89ee6a1c771366079e8716c4c668508319f23ae.tar.gz
gcc-a89ee6a1c771366079e8716c4c668508319f23ae.tar.bz2
entered into RCS
From-SVN: r1015
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/iris3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h
index 455dceb..8536b1e 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"