This is the mail archive of the autoconf-patches@gnu.org mailing list for the autoconf project.


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

config.guess patch for ARM GNU/Linux






I originally sent this patch back in September.  Since it doesn't seem to have 
been applied or rejected, I am sending it again.  This is needed for GCC's 
configure scripts to work.

Thanks

p.

1999-09-04  Philip Blundell  <philb@gnu.org>

	* config.guess: Distinguish arm-*-linux-gnuoldld from
	arm*-linux-gnu.
	
Index: config.guess
===================================================================
RCS file: /cvs/autoconf/autoconf/config.guess,v
retrieving revision 1.158
diff -u -r1.158 config.guess
--- config.guess	1999/10/31 01:16:52	1.158
+++ config.guess	2000/01/02 14:30:53
@@ -657,7 +657,7 @@
 		exit 0
 		;;
 	  elf32arm*)
-		echo "${UNAME_MACHINE}-unknown-linux-gnu"
+		echo "${UNAME_MACHINE}-unknown-linux-gnuoldld"
 		exit 0
 		;;
 	  armelf_linux*)







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