diff options
Diffstat (limited to 'gcc/config/i386/xm-dgux.h')
-rw-r--r-- | gcc/config/i386/xm-dgux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-dgux.h b/gcc/config/i386/xm-dgux.h new file mode 100644 index 00000000000..881c5c7be9d --- /dev/null +++ b/gcc/config/i386/xm-dgux.h @@ -0,0 +1,4 @@ +/* Configuration for GCC for Intel i386 running DG/ux */ + +/* looks just like sysv4 for now */ +#include "xm-svr4.h" |