aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1996-05-22 15:58:55 +0000
committerStan Cox <coxs@gnu.org>1996-05-22 15:58:55 +0000
commitb421dce2b6fb9077ac6b753bfc6c4a05015b9ed1 (patch)
treec67c0adafbb2a3d9205a678ede2788ff52b6906b
parent7fca80d0fda8ea8c2b7734c54113630e5ba556ca (diff)
downloadgcc-b421dce2b6fb9077ac6b753bfc6c4a05015b9ed1.zip
gcc-b421dce2b6fb9077ac6b753bfc6c4a05015b9ed1.tar.gz
gcc-b421dce2b6fb9077ac6b753bfc6c4a05015b9ed1.tar.bz2
Initial revision
From-SVN: r12076
-rw-r--r--gcc/config/i386/t-dgux4
-rw-r--r--gcc/config/i386/x-dgux11
2 files changed, 15 insertions, 0 deletions
diff --git a/gcc/config/i386/t-dgux b/gcc/config/i386/t-dgux
new file mode 100644
index 0000000..292331f
--- /dev/null
+++ b/gcc/config/i386/t-dgux
@@ -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
index 0000000..83d3455
--- /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 =
+