diff options
Diffstat (limited to 'contrib/gcc/config/i386/x-dgux')
-rw-r--r-- | contrib/gcc/config/i386/x-dgux | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/x-dgux b/contrib/gcc/config/i386/x-dgux new file mode 100644 index 000000000000..322bfe3ae911 --- /dev/null +++ b/contrib/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 +USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) +STMP_FIXPROTO = + |