OSDN Git Service

* config.gcc (i386-*-vsta): Fix obvious bogosity.
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2003 21:49:35 +0000 (21:49 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2003 21:49:35 +0000 (21:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70922 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 6968af4..3c70ed0 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 5df608e..9174965 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"