* config.gcc (i386-*-vsta): Fix obvious bogosity.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 29 Aug 2003 21:49:35 +0000 (21:49 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 29 Aug 2003 21:49:35 +0000 (21:49 +0000)
From-SVN: r70922

gcc/ChangeLog
gcc/config.gcc

index 6968af4349f28e2ac380cfced3e43d69c44a7670..3c70ed0e3c930922ca8c35ad65e0ff6f4273339c 100644 (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.
index 5df608e66175bb9cca9a7575a978694a4d15accf..9174965b2b737d160da4019edb9147f3276c5fbc 100644 (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"