Interix: minor fix to prior patch

Donn Terry donn@verinet.com
Sun Apr 11 09:52:00 GMT 1999


The last batch of changes for Interix went in correctly, except for
the change to fixincludes.  (Or might it have gotten undone somehow?)
In any case, we'll try again with the patch below.

Are both files needed still?


ChangeLog:
        * fixinc.interix: Make nearly a no-op.
        * fixinc/fixinc.interix: Ditto.

diff -urP egcs.source.old/gcc/fixinc.interix
egcs.source/gcc/fixinc.interix
--- egcs.source.old/gcc/fixinc.interix  Sun Jan 31 08:15:54 1999
+++ egcs.source/gcc/fixinc.interix      Fri Feb  5 13:03:05 1999
@@ -1,4 +1,6 @@
 #!/bin/sh
+rm -f include/stddef.h
+exit
 #
 #   fixinc.interix  --  Install modified versions of Interix system
include
 #   files.
diff -urP egcs.source.old/gcc/fixinc/fixinc.interix
egcs.source/gcc/fixinc/fixi
nc.interix
--- egcs.source.old/gcc/fixinc/fixinc.interix   Sun Jan 31 08:15:54 1999

+++ egcs.source/gcc/fixinc/fixinc.interix       Fri Feb  5 13:03:05 1999

@@ -1,4 +1,6 @@
 #!/bin/sh
+rm -f include/stddef.h
+exit
 #
 #   fixinc.interix  --  Install modified versions of Interix system
include
 #   files.




More information about the Gcc-patches mailing list