Message-ID: <3912F46C.2E7CC209@softhome.net> Date: Fri, 05 May 2000 19:18:52 +0300 From: Laurynas Biveinis X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: gcc-patches AT gcc DOT gnu DOT org CC: DJGPP Workers Subject: Disabling fixincludes under DJGPP Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com fixincludes binary uses several features not supported by DJGPP (such as pipes), and GCC is a primary compiler there anyway, so IMHO it is reasonable to disable fixincludes there. 2000-05-05 Laurynas Biveinis * fixinc/mkfixinc.sh: Don't fix DJGPP headers. --- cvs/gcc/gcc/fixinc/mkfixinc.sh Thu May 4 17:29:40 2000 +++ gcc/gcc/fixinc/mkfixinc.sh Fri May 5 19:05:16 2000 @@ -71,6 +71,7 @@ *-*-linux-gnu* | \ *-*-gnu* | \ i[34567]86-moss-msdos* | i[34567]86-*-moss* | \ + i[34567]86-pc-msdosdjgpp | \ i[34567]86-*-osf1* | \ i[34567]86-*-win32 | \ i[34567]86-*-pe | i[34567]86-*-cygwin* | \