aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/x-dgux
diff options
context:
space:
mode:
authorStan Cox <coxs@gcc.gnu.org>1996-05-22 15:58:55 +0000
committerStan Cox <coxs@gcc.gnu.org>1996-05-22 15:58:55 +0000
commitbd8d90e16754d7c59b23e3246bebeb14253503f4 (patch)
treec67c0adafbb2a3d9205a678ede2788ff52b6906b /gcc/config/i386/x-dgux
parentbebdd67875116017b2add20abca79e37076b60e6 (diff)
Initial revision
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12076 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/x-dgux')
-rw-r--r--gcc/config/i386/x-dgux11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/i386/x-dgux b/gcc/config/i386/x-dgux
new file mode 100644
index 00000000000..83d3455b162
--- /dev/null
+++ b/gcc/config/i386/x-dgux
@@ -0,0 +1,11 @@
+#
+# host is ix86 running dgux
+#
+CC = /bin/gcc
+X_CFLAGS = -O -mstandard -mlegend
+BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS)
+CLIB = -lw32
+RANLIB = true
+INSTALL_HEADERS =
+STMP_FIXPROTO =
+