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]

i370 port does not need fixincludes


>>Bruce:
>>
>>Is there a way to disable fixincludes on this platform? It's
>>not needed in any event as the compiler groks IBM's headers.

If nobody has objections, I'll apply to main unfrozen branches.

2002-11-21  Dave Pitts <dpitts@cozx.com>

	* gcc/fixinc/mkfixinc.sh: add i370-*-openedition to bypass fixinc list

diff -Naur fixinc.orig/mkfixinc.sh fixinc/mkfixinc.sh
--- fixinc.orig/mkfixinc.sh     Thu Nov 21 09:29:28 2002
+++ fixinc/mkfixinc.sh  Thu Nov 21 09:19:03 2002
@@ -71,6 +71,7 @@
     hppa1.1-*-bsd* | \
     hppa1.0-*-bsd* | \
     hppa*-*-lites* | \
+    i370-*-openedition | \
     i?86-moss-msdos* | \
     i?86-*-moss* | \
     i?86-*-osf1* | \


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