This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] blow away leftover winnt support in fixincludes


Bwaa ha ha ha ha!
Committing as obvious, since these are already desupported according to Zack.

	* fixinc/mkfixinc.sh: Remove winnt support.
	* fixinc/fixinc.winnt: Delete with extreme prejudice.

Index: mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.48
diff -u -r1.48 mkfixinc.sh
--- mkfixinc.sh	10 May 2003 17:31:13 -0000	1.48
+++ mkfixinc.sh	8 Jul 2003 05:45:00 -0000
@@ -51,11 +51,6 @@
         fixincludes=fixinc.wrap
         ;;
 
-    alpha*-*-winnt* | \
-    i?86-*-winnt3*)
-        fixincludes=fixinc.winnt
-        ;;
-
     i?86-sequent-ptx* | i?86-sequent-sysv[34]*)
         fixincludes=fixinc.ptx
         ;;

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]