On Fri, Jun 24, 2016 at 9:09 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > Hi Uros, > >> This patch uses options for 32bit targets when checking for 32bit >> as/ld features. The patch also groups together these tests, so they >> can reuse a couple of option variables. >> >> 2016-06-23 Uros Bizjak <ubiz...@gmail.com> >> >> * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to >> assemble for 32bit target. >> (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble >> and $ld_ix86_gld_32_opt to link for 32bit target. >> (HAVE_AS_IX86_TLSLDMPLT): Ditto. >> * configure: Regenerate. >> >> Bootstrapped on x86_64-linux-gnu. >> >> Rainer, can you please test this patch on x86 solaris target? > > I ran i386-pc-solaris2.12 bootstraps with as/ld, gas 2.26/ld, and > gas/gld 2.26 and in all three cases gcc/auto-host.h was unchanged from > before. So from a Solaris POV the patch is good.
Thanks, I have committed the patch to mainline. Uros.