This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] config.gcc: don't inlcude tm_file in xm_file
- From: neroden at twcny dot rr dot com (Nathanael Nerode)
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 29 Aug 2003 16:38:50 -0400
- Subject: [patch] config.gcc: don't inlcude tm_file in xm_file
Careful examination of the logic in this file has convinced me that
the only possible value for tm_file at the time it is used here is
"i386/i386.h". The only possible exceptions would be the strange,
probably invalid, "triplets" i386-x-darwin-vsta or i386-x-vxworks-vsta.
OK for mainline?
* config.gcc (i386-*-vsta): Don't include tm_file in xm_file.
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 20:35:09 -0000
@@ -1161,7 +1161,7 @@
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"
+ xm_file="i386/i386.h i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
tm_file="${tm_file} i386/vsta.h"
;;
i[34567]86-*-pe | i[34567]86-*-cygwin*)
--
Nathanael Nerode <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html