public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* pb checking ld capabilities
@ 2002-05-16  3:51 Benoit Plessis
  0 siblings, 0 replies; only message in thread
From: Benoit Plessis @ 2002-05-16  3:51 UTC (permalink / raw)
  To: gcc

[-- Attachment #1: Type: TEXT/PLAIN, Size: 347 bytes --]


on my system where LC_ALL is set to fr_FR@euro, and LANG is left to C, the
config.guess script failed guessing ld capabilities. there is a little
patch fixing that in attachment.

BTW great job gentlemans.

--
Benoit Plessis					+33 6 77 42 78 32
<benoit.plessis@maverick.eu.org>
1024D/B4D74B76 B9A7 3697 661D 25FB A609  E69E 92CA FFAB B4D7 4B76

[-- Attachment #2: Type: TEXT/PLAIN, Size: 844 bytes --]

--- config.guess-old	Tue Apr 16 02:15:59 2002
+++ config.guess	Thu May 16 11:53:11 2002
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002 Free Software Foundation, Inc.
 
-timestamp='2002-01-30'
+timestamp='2002-05-16'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -839,7 +839,7 @@
 	# problems with other programs or directories called `ld' in the path.
 	# Export LANG=C to prevent ld from outputting information in other
 	# languages.
-	ld_supported_targets=`LANG=C; export LANG; cd /; ld --help 2>&1 \
+	ld_supported_targets=`cd /;LANG=C LC_ALL=C ld --help 2>&1 \
 			 | sed -ne '/supported targets:/!d
 				    s/[ 	][ 	]*/ /g
 				    s/.*supported targets: *//

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-16  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-16  3:51 pb checking ld capabilities Benoit Plessis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).