On Tue, Jun 5, 2012 at 2:47 PM, H.J. Lu <hjl.to...@gmail.com> wrote: >>> We should enable x32 run-time library if --with-abi={x32|mx32} is used >>> to configure GCC i[34567]86-*-* and x86_64-*-*. Tested on Linux/x86-64.
>> Why all three ABIs here? Didn't user specify -with-abi=mx32 only, so >> x86_multilibs="mx32" only here. >> > > Is this patch OK? Since --with-abi is only used for x86_64-*-*, > we don't need to change i[34567]86-*-*. > > 2012-06-05 H.J. Lu <hongjiu...@intel.com> > > PR target/53575 > * config.gcc: Select x32 run-time library if --with-abi={x32|mx32} > is used for x86_64-*-*. This looks OK to me. Thanks, Uros.