Re: [PATCH] support --without-multilib --with-specs=-pthread on AIX

2015-02-17 Thread David Edelsohn
On Tue, Feb 17, 2015 at 11:13 AM, Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com wrote: Anyway, this patch allows me to configure --without-multilib --with-specs=-pthread libgcc build does not distinguish between different releases of AIX. This patch will break AIX 4.3. There

Re: [PATCH] support --without-multilib --with-specs=-pthread on AIX

2015-02-17 Thread David Edelsohn
On Tue, Feb 17, 2015 at 11:13 AM, Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com wrote: Am 2015-02-17 um 15:57 schrieb David Edelsohn: On Tue, Feb 17, 2015 at 3:03 AM, Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com wrote: Hi David, according to LIB_SPEC found in

Re: [PATCH] support --without-multilib --with-specs=-pthread on AIX

2015-02-17 Thread Michael Haubenwallner
Am 2015-02-17 um 15:57 schrieb David Edelsohn: On Tue, Feb 17, 2015 at 3:03 AM, Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com wrote: Hi David, according to LIB_SPEC found in config/rs6000/aix*.h, pthread linking was done with -lpthreads -lc_r libc.a for aix43, which

Re: [PATCH] support --without-multilib --with-specs=-pthread on AIX

2015-02-17 Thread David Edelsohn
On Tue, Feb 17, 2015 at 3:03 AM, Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com wrote: Hi David, according to LIB_SPEC found in config/rs6000/aix*.h, pthread linking was done with -lpthreads -lc_r libc.a for aix43, which simplified to -lpthreads -lc with aix51. But libgcc_s

[PATCH] support --without-multilib --with-specs=-pthread on AIX

2015-02-17 Thread Michael Haubenwallner
Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com Date: Tue, 3 Feb 2015 12:56:53 +0100 Subject: [PATCH] support --without-multilib --with-specs=-pthread on AIX 2015-02-17 Michael Haubenwallner michael.haubenwall...@ssi-schaefer.com * config/rs6000/t