/* -*-C-*-
Machine file for MIPS computers.
-$Id: mips.h,v 1.8 1993/06/28 02:29:40 cph Exp $
+$Id: mips.h,v 1.9 1993/11/12 16:42:40 cph Exp $
Copyright (c) 1989-1992 Massachusetts Institute of Technology
/* The "-std" switch says to turn on ANSI features and compatible
extensions. The "-Olimit" switch is needed because some procedures
are larger than the built-in optimization limit. */
+#ifdef _ULTRIX
+/* Ultrix doesn't support -std */
+#define C_SWITCH_MACHINE -Olimit 2000
+#else
#define C_SWITCH_MACHINE -std -Olimit 2000
+#endif
#else
#define C_SWITCH_MACHINE
#endif
/* -*-C-*-
System file for Ultrix
-$Id: ultrix.h,v 1.14 1993/06/24 07:31:32 gjr Exp $
+$Id: ultrix.h,v 1.15 1993/11/12 16:42:48 cph Exp $
Copyright (c) 1989-1993 Massachusetts Institute of Technology
/* This is in mips.h for some reason. */
/* #define LIB_DEBUG */
+#define _ULTRIX
#define C_SWITCH_SYSTEM -D_ULTRIX -YPOSIX
#define LD_SWITCH_SYSTEM -YPOSIX