This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] ld: Set want64 on a 64-bit host regardless of --enable-all-targets
On Thu, Mar 22, 2012 at 10:12 PM, Alan Modra <amodra@gmail.com> wrote:
> I'd be inclined to move the setting of want64 out of the loop as
> follows. ?Either way is OK though.
Yeah, I was attempting to stick to the current behavior wherein the check
won't be run if the target selection or --enable-64-bit-bfd has already
decided on want64=true. But it's not like the world isn't already replete
with superfluous autoconf checks, and the less-conditional check does make
it simpler to follow what's going on.
Thanks,
Roland