On Wed, Mar 28, 2012 at 4:43 PM, H.J. Lu wrote:
> Hi,
>
> When --disable-multilib is used on Linux/x86-64 target, we still set
>
> TM_MULTILIB_CONFIG=m64,m32
>
> It isn't necessary and doesn't work if the default ABI is -mx32. This
> patch checks --with-multilib-list for x86-64 Linux targets only
Hi,
When --disable-multilib is used on Linux/x86-64 target, we still set
TM_MULTILIB_CONFIG=m64,m32
It isn't necessary and doesn't work if the default ABI is -mx32. This
patch checks --with-multilib-list for x86-64 Linux targets only if
multilib is enabled. OK for trunk?
Thanks.
H.J.
---
20