bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ar(1) issue building coreutils on 64-bit AIX


From: Ralf Wildenhues
Subject: Re: ar(1) issue building coreutils on 64-bit AIX
Date: Fri, 17 Aug 2007 20:56:38 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Eric,

* Eric Blake wrote on Fri, Aug 17, 2007 at 05:33:31AM CEST:
> 
> We ought to be consistent across all of the autotools.  I personally
> prefer ARFLAGS over AR_FLAGS, since it is CFLAGS and not C_FLAGS.

Yes, if the variable in question fulfills the same semantics.
Here, it definitely does not: Automake uses already
  ARFLAGS = cru

albeit as Makefile macro; but distinguishing between that and
environment variables can only lead to trouble.  So we cannot really
change without breaking backward compatibility.  So AR_FLAGS would come
as a natural second choice for flags to ar that are independent of the
action to be taken.  But really autotools have always usesd the scheme
that program variables may contain options, so
  AR='ar -X32_64'

seems like the most natural choice to me.  (Of course, AR_FLAGS should
still be used consistently.)

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]