public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix configure check for AS/LD.
@ 2003-04-01  6:39 Andreas Jaeger
  2003-04-01  6:47 ` Roland McGrath
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Jaeger @ 2003-04-01  6:39 UTC (permalink / raw)
  To: GNU libc hacker


I just got a message that "t" is missing while running configure on a
system with old binutils.

Ok to commit the appended patch ?

Andreas

2003-04-01  Andreas Jaeger  <aj@suse.de>

	* configure.in: Output binutils as name if version is too old.

============================================================
Index: configure.in
--- configure.in	29 Mar 2003 08:15:27 -0000	1.389
+++ configure.in	1 Apr 2003 06:38:58 -0000
@@ -682,10 +682,10 @@ AC_SUBST(MIG)dnl Needed by sysdeps/mach/
 # Accept binutils 2.13 or newer.
 AC_CHECK_PROG_VER(AS, $AS, --version,
 		  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
-		  [2.1[3-9]*], AS=: critic_missing=t)
+		  [2.1[3-9]*], AS=: critic_missing=binutils)
 AC_CHECK_PROG_VER(LD, $LD, --version,
 		  [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
-		  [2.1[3-9]*], LD=: critic_missing=t)
+		  [2.1[3-9]*], LD=: critic_missing=binutils)
 
 # We need the physical current working directory.  We cannot use the
 # "pwd -P" shell builtin since that's not portable.  Instead we try to

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix configure check for AS/LD.
  2003-04-01  6:39 Fix configure check for AS/LD Andreas Jaeger
@ 2003-04-01  6:47 ` Roland McGrath
  2003-04-01  6:49   ` Andreas Jaeger
  0 siblings, 1 reply; 3+ messages in thread
From: Roland McGrath @ 2003-04-01  6:47 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

> I just got a message that "t" is missing while running configure on a
> system with old binutils.
> 
> Ok to commit the appended patch ?

I'd use "as" and "ld" as appropriate.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix configure check for AS/LD.
  2003-04-01  6:47 ` Roland McGrath
@ 2003-04-01  6:49   ` Andreas Jaeger
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Jaeger @ 2003-04-01  6:49 UTC (permalink / raw)
  To: Roland McGrath; +Cc: GNU libc hacker

Roland McGrath <roland@redhat.com> writes:

>> I just got a message that "t" is missing while running configure on a
>> system with old binutils.
>> 
>> Ok to commit the appended patch ?
>
> I'd use "as" and "ld" as appropriate.

OK, I'll commit the changed version then,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-01  6:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-01  6:39 Fix configure check for AS/LD Andreas Jaeger
2003-04-01  6:47 ` Roland McGrath
2003-04-01  6:49   ` Andreas Jaeger

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).