summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/i386/xm-sysv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/i386/xm-sysv4.h')
-rw-r--r--contrib/gcc/config/i386/xm-sysv4.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/xm-sysv4.h b/contrib/gcc/config/i386/xm-sysv4.h
new file mode 100644
index 0000000..49d52b4
--- /dev/null
+++ b/contrib/gcc/config/i386/xm-sysv4.h
@@ -0,0 +1,16 @@
+/* Configuration for GCC for Intel i386 running System V Release 4. */
+
+#include "i386/xm-i386.h"
+#include "xm-svr4.h"
+
+/* If not compiled with GNU C, use the portable alloca. */
+#ifndef __GNUC__
+#define USE_C_ALLOCA
+#endif
+#ifdef __HIGHC__
+#include <alloca.h> /* for MetaWare High-C on NCR System 3000 */
+#endif
+
+/* Univel, at least, has a small ARG_MAX. Defining this is harmless
+ except for causing extra stat calls in the driver program. */
+#define SMALL_ARG_MAX
OpenPOWER on IntegriCloud