diff options
-rw-r--r-- | gcc/config/i386/t-dgux | 4 | ||||
-rw-r--r-- | gcc/config/i386/x-dgux | 11 |
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 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 = + |