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]

[PATCH] PR 2236 bootstrap config.if problem


Hi,

This patch was submitted in PR 2236, and allows
gcc to bootstrap on the Mastodon Linux distribution,
which uses libc 4.8.0.  OK to commit?

2002-01-01  Craig Rodrigues  <rodrigc@gcc.gnu.org> 

	PR bootstrap/2236
	* config.if: Return "unknown library" token instead of
	quitting if glibc magic number is not found.


Index: config.if
===================================================================
RCS file: /cvs/gcc/gcc/config.if,v
retrieving revision 1.7
diff -u -r1.7 config.if
--- config.if	2001/02/05 11:02:20	1.7
+++ config.if	2002/01/02 04:58:19
@@ -65,8 +65,7 @@
       else
 	# It should never happen.
 	echo "Cannot find the GNU C library minor version number." >&2
-	rm -f $dummy.c $dummy
-	exit 1
+	libc_interface=-
       fi
     else
       # Cross compiling. Assume glibc 2.1.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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