Initial revision
authorStan Cox <coxs@gnu.org>
Wed, 22 May 1996 15:58:55 +0000 (15:58 +0000)
committerStan Cox <coxs@gnu.org>
Wed, 22 May 1996 15:58:55 +0000 (15:58 +0000)
From-SVN: r12076

gcc/config/i386/t-dgux [new file with mode: 0644]
gcc/config/i386/x-dgux [new file with mode: 0644]

diff --git a/gcc/config/i386/t-dgux b/gcc/config/i386/t-dgux
new file mode 100644 (file)
index 0000000..292331f
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# target makefile for dgux
+#
+EXTRA_PARTS=crtbegin.o crtend.o
diff --git a/gcc/config/i386/x-dgux b/gcc/config/i386/x-dgux
new file mode 100644 (file)
index 0000000..83d3455
--- /dev/null
@@ -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 = 
+