diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-15 07:58:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-15 07:58:22 +0000 |
commit | 3dd52882ca6cbe0d017c7f7e86635a696d101284 (patch) | |
tree | 49bf5f3389e09a57db3a9288fd17792cb93cd8cf /gnu/usr.bin/gcc/config/i386/x-dgux | |
parent | f67709eb273b84918ecb57de11bd265ced222772 (diff) |
These files were new in the 2.8 import (into the FSF branch) and cvs is stupid
enough to think my branch import want s the new files to end up in the trunk
as well. Maybe cvs know how to do what I want, but I could not find it in
the manpage
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, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/gcc/config/i386/x-dgux b/gnu/usr.bin/gcc/config/i386/x-dgux deleted file mode 100644 index 322bfe3ae91..00000000000 --- a/gnu/usr.bin/gcc/config/i386/x-dgux +++ /dev/null @@ -1,11 +0,0 @@ -# -# 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 = - |