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