Re: PATCH: Don't set TM_MULTILIB_CONFIG if --disable-multilib is used

2012-03-28 Thread H.J. Lu
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

PATCH: Don't set TM_MULTILIB_CONFIG if --disable-multilib is used

2012-03-28 Thread H.J. Lu
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