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]

gcc 2.96: System headers get fixed inadvertently for i386-linux-gnu


Hello,

 A recent change to mkfixinc.sh makes system headers be fixed for the
i[34567]86-*-linux-gnu* target.  The following patch fixes it -- the
target now matches the later *-*-linux-gnu* entry. 

Tue Jun  6 17:07:49 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

	* fixinc/mkfixinc.sh: Remove the null entry for
	`i[34567]86-*-linux-gnu*' machines.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

diff -u --recursive --new-file egcs-20000501.macro/gcc/fixinc/mkfixinc.sh egcs-20000501/gcc/fixinc/mkfixinc.sh
--- egcs-20000501.macro/gcc/fixinc/mkfixinc.sh	Tue Apr 25 23:03:49 2000
+++ egcs-20000501/gcc/fixinc/mkfixinc.sh	Tue May 30 00:40:37 2000
@@ -13,10 +13,6 @@
 fixincludes="${machine}"
 
 case $machine in
-	i[34567]86-*-linux-gnu*)
-		:
-		;;
-
 	*-*-sysv4*)
 		fixincludes=fixinc.svr4
 		;;


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