aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/iris3.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-19 03:01:34 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-19 03:01:34 +0000
commit1a2eec92ae0a77c31baf8e492ae93b44aeeb6e1d (patch)
tree76b2d101b6e138f618508ebfdb27adeb079065ac /gcc/config/mips/iris3.h
parente77c6094c6c8c55dcfc202911fabd6c8cd087848 (diff)
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/iris3.h')
-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 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"