config-patches
[Top][All Lists]
Advanced

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

Re: config.guess returns bogus triple on Linux/x86_64 bi-arch system


From: Dmitry V. Levin
Subject: Re: config.guess returns bogus triple on Linux/x86_64 bi-arch system
Date: Mon, 9 May 2022 07:04:14 +0300

On Sun, May 08, 2022 at 10:59:13PM +0200, Bruno Haible wrote:
> Dmitry V. Levin wrote:
> > I'd prefer to be on the safe side and have ABI=64 assigned by default
> > somewhere before the eval.
> 
> You're right, that is safer.
> 
> > > +     #endif
> > > +     #endif
> > > +EOF
> > > +     cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | 
> > > sed 's, ,,g'`
> > > +     eval "$cc_set_abi"
> > > +     case "$ABI" in
> > 
> > commit 9a37c126ce64403b83e9cfe72e29c26ab3a209b3 claims that quotes
> > in case commands are redundant.
> 
> Oh, I forgot that your preferred habits differ from my preferred habits.
> 
> Amended patch (again tested) is attached.

Applied, thanks!


-- 
ldv



reply via email to

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