From: Stan Cox Date: Wed, 22 May 1996 15:58:55 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b421dce2b6fb9077ac6b753bfc6c4a05015b9ed1;p=gcc.git Initial revision From-SVN: r12076 --- diff --git a/gcc/config/i386/t-dgux b/gcc/config/i386/t-dgux new file mode 100644 index 00000000000..292331f22a9 --- /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 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 = +