[committed] fix vsta bogosity in config.gcc
Nathanael Nerode
neroden@twcny.rr.com
Fri Aug 29 21:48:00 GMT 2003
Zack said this change was obviously correct. :-)
* config.gcc (i386-*-vsta): Fix obvious bogosity.
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.347
diff -u -r1.347 config.gcc
--- config.gcc 29 Aug 2003 17:32:17 -0000 1.347
+++ config.gcc 29 Aug 2003 21:47:28 -0000
@@ -1161,8 +1161,8 @@
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"
--
Nathanael Nerode <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html
More information about the Gcc-patches
mailing list