diff options
Diffstat (limited to 'gnu/usr.bin/gcc/config/i386/x-dgux')
-rw-r--r-- | gnu/usr.bin/gcc/config/i386/x-dgux | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/config/i386/x-dgux b/gnu/usr.bin/gcc/config/i386/x-dgux new file mode 100644 index 00000000000..322bfe3ae91 --- /dev/null +++ b/gnu/usr.bin/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 = + |