On Wed, Mar 28, 2012 at 4:43 PM, H.J. Lu <hongjiu...@intel.com> 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 if > multilib is enabled. OK for trunk? >
TM_MULTILIB_CONFIG isn't used with --with-multilib-list. This patch is withdrawn. H.J.