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]

[fixinc, committed] Remove more special case code for unsupported triplets


Committing as obvious.  (These triplets don't configure.)

	* fixinc/mkfixinc.sh: Remove special case code for unsupported
	variants of i?86, powerpcle, and thumb. 

Index: mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.52
diff -u -r1.52 mkfixinc.sh
--- mkfixinc.sh	28 Aug 2003 20:09:21 -0000	1.52
+++ mkfixinc.sh	28 Aug 2003 20:19:00 -0000
@@ -53,7 +53,6 @@
     i370-*-openedition | \
     i?86-moss-msdos* | \
     i?86-*-moss* | \
-    i?86-*-win32 | \
     i?86-*-pe | \
     i?86-*-cygwin* | \
     i?86-*-mingw32* | \
@@ -64,12 +63,7 @@
     powerpc-*-eabi*    | \
     powerpc-*-rtems*   | \
     powerpcle-*-eabisim* | \
-    powerpcle-*-eabi*  | \
-    powerpcle-*-winnt* | \
-    powerpcle-*-pe | \
-    powerpcle-*-cygwin* | \
-    thumb-*-coff* | \
-    thumbel-*-coff* )
+    powerpcle-*-eabi* )
         #  Don't do any fixing.
         #
         fixincludes=

-- 
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]