Re: powerpc64le configure fix

2013-05-09 Thread David Edelsohn
On Thu, May 9, 2013 at 8:19 PM, Alan Modra wrote: > On Thu, May 09, 2013 at 01:33:59PM -0500, Edmar Wienskoski wrote: >> On Thu, May 9, 2013 at 2:27 AM, Alan Modra wrote: >> > Another tweak for little-endian powerpc. Committed revision 198734. >> > >> > * configure.ac (HAVE_AS_TLS): Enab

Re: powerpc64le configure fix

2013-05-09 Thread Alan Modra
On Thu, May 09, 2013 at 01:33:59PM -0500, Edmar Wienskoski wrote: > On Thu, May 9, 2013 at 2:27 AM, Alan Modra wrote: > > Another tweak for little-endian powerpc. Committed revision 198734. > > > > * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and > > powerpc64le. > >

Re: powerpc64le configure fix

2013-05-09 Thread Edmar Wienskoski
Alan, The first hunk will match powerpc64 as well. Edmar On Thu, May 9, 2013 at 2:27 AM, Alan Modra wrote: > Another tweak for little-endian powerpc. Committed revision 198734. > > * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and > powerpc64le. > * configure:

Re: powerpc64le configure fix

2013-05-09 Thread Alan Modra
Another tweak for little-endian powerpc. Committed revision 198734. * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le. * configure: Regenerate. Index: gcc/configure.ac === --- gcc/confi