This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[fixinc patch] Remove bogus special treatment of Interix
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc-patches at gcc dot gnu dot org, bkorb at ellen dot veritas dot com
- Date: Wed, 9 Jul 2003 18:55:40 -0400
- Subject: [fixinc patch] Remove bogus special treatment of Interix
Bruce, this is the version which moves Interix to the "don't fix" list, which
should theoretically cause no behavior change.
The reason I suggested moving it to the normal fix machinery instead was that
Interix support has been in an iffy state for a while and I just don't know
much about their headers, so I figured it would be better. But this is
fine with me too. :-)
Tell me if I can commit this.
* fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
Move i?86-*-interix* to the don't-fix list.
* fixinc/fixinc.interix: Delete with extreme prejudice.
Index: mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.49
diff -u -r1.49 mkfixinc.sh
--- mkfixinc.sh 8 Jul 2003 05:49:59 -0000 1.49
+++ mkfixinc.sh 9 Jul 2003 22:44:47 -0000
@@ -42,11 +42,6 @@
fixincludes=fixinc.svr4
;;
- i?86-*-interix* | \
- alpha-*-interix*)
- fixincludes=fixinc.interix
- ;;
-
i?86-*-openbsd*)
fixincludes=fixinc.wrap
;;
@@ -73,6 +68,7 @@
i?86-*-cygwin* | \
i?86-*-mingw32* | \
i?86-*-uwin* | \
+ i?86-*-interix* | \
powerpc-*-eabiaix* | \
powerpc-*-eabisim* | \
powerpc-*-eabi* | \
Index: fixinc.interix
===================================================================
RCS file: fixinc.interix
diff -N fixinc.interix
--- fixinc.interix 13 Mar 2003 03:01:25 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-#!/bin/sh
-rm -f include/stddef.h
-exit
--
Nathanael Nerode <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html