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]

Patch: re-enable fixincludes for DJGPP



Eli Zaretskii did all the porting work and the patches were applied. 
But we simply didn't use it!

Tested with a i686-pc-linux-gnu x i686-pc-msdosdjgpp cross-compiler

Laurynas

2000-11-30  Laurynas Biveinis  <lauras@softhome.net>

	* fixinc/mkfixinc.sh: enable fixincludes for i?86-*-msdosdjgpp* targets.


--- mkfixinc.sh.orig    Wed Nov 29 15:39:26 2000
+++ mkfixinc.sh Thu Nov 30 17:23:40 2000
@@ -62,7 +62,7 @@
        i?86-*-win32 | \
        i?86-*-pe | i?86-*-cygwin* | \
        i?86-*-mingw32* | \
-       i?86-*-uwin* | i?86-*-msdosdjgpp* | \
+       i?86-*-uwin* | \
        mips-sgi-irix5cross64 | \
        powerpc-*-eabiaix* | \
        powerpc-*-eabisim* | \

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