aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-dgux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/xm-dgux.h')
-rw-r--r--gcc/config/i386/xm-dgux.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/i386/xm-dgux.h b/gcc/config/i386/xm-dgux.h
deleted file mode 100644
index 5bdb9be0ebb..00000000000
--- a/gcc/config/i386/xm-dgux.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-/* Configuration for GCC for Intel i386 running DG/ux */
-
-/* looks just like sysv4 for now */
-
-#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