Commit c5e54ac8 by Nathanael Nerode

* config.gcc (i386-*-vsta): Fix obvious bogosity.

From-SVN: r70922
parent 5650fd39
2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org> 2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (i386-*-vsta): Fix obvious bogosity.
* fixinc/inclhack.def: Remove special cases for unsupported * fixinc/inclhack.def: Remove special cases for unsupported
PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3). PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
* fixinc/fixincl.x: Regenerate. * fixinc/fixincl.x: Regenerate.
......
...@@ -1161,8 +1161,8 @@ i[34567]86-*-sysv*) # Intel 80386's running system V ...@@ -1161,8 +1161,8 @@ i[34567]86-*-sysv*) # Intel 80386's running system V
tmake_file="$tmake_file i386/t-crtpic" tmake_file="$tmake_file i386/t-crtpic"
;; ;;
i386-*-vsta) # Intel 80386's running VSTa kernel i386-*-vsta) # Intel 80386's running VSTa kernel
xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h" xm_file="i386/xm-vsta.h"
tm_file="${tm_file} i386/vsta.h" tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/vsta.h"
;; ;;
i[34567]86-*-pe | i[34567]86-*-cygwin*) i[34567]86-*-pe | i[34567]86-*-cygwin*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h" tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment