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: gcc/configure.in fix


A recent checking inserted syntactically incorrect code into
gcc/configure.in and gcc/configure.  Based on looking at the diff from
the previous version, and noticing that the erroneous code is a
verbatim copy of the correct code (the block of code in question
appears twice in the checkin which introduced the problem), I believe
the correct fix is to simply remove the failing code.  However, this
might not be the case.  Jeff?  Ok to check in?

Tue Sep  7 16:14:14 1999  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Removed erroneous duplicate code.

Tom

Index: gcc/configure.in
===================================================================
RCS file: /cvs/egcs/egcs/gcc/configure.in,v
retrieving revision 1.282
diff -u -r1.282 configure.in
--- configure.in	1999/09/07 09:44:47	1.282
+++ configure.in	1999/09/07 22:11:46
@@ -1101,14 +1101,6 @@
 		target_cpu_default="MASK_PA_11"
 		use_collect2=yes
 		;;
-		tm_file="${tm_file} pa/pa-mpeix.h"
-		xm_file=pa/xm-pampeix.h 
-		xmake_file=pa/x-pa-mpeix 
-		echo "You must use gas. Assuming it is already installed." 
-		install_headers_dir=install-headers-tar
-		fixincludes=Makefile.in
-		use_collect2=yes 
-		;; 
 	hppa*-*-mpeix*)
 		tm_file="${tm_file} pa/pa-mpeix.h"
 		xm_file=pa/xm-pampeix.h 


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