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

From-SVN: r70922
This commit is contained in:
Nathanael Nerode 2003-08-29 21:49:35 +00:00
parent 5650fd392a
commit c5e54ac887
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (i386-*-vsta): Fix obvious bogosity.
* fixinc/inclhack.def: Remove special cases for unsupported
PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
* fixinc/fixincl.x: Regenerate.

View File

@ -1161,8 +1161,8 @@ i[34567]86-*-sysv*) # Intel 80386's running system V
tmake_file="$tmake_file i386/t-crtpic"
;;
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"
tm_file="${tm_file} i386/vsta.h"
xm_file="i386/xm-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*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"