Re: [PATCH,AIX] Changes for linking gotools on AIX.

2017-07-28 Thread David Edelsohn
On Thu, Jul 27, 2017 at 11:51 AM, REIX, Tony wrote: > Hi Ian, David, > > On AIX, that is more complicated... > > We have to use -static-libgo when building the libgo tests. Because AIX does > not work like Linux does and because the Go libgo tests are done by > duplicating several .go files of l

RE:[PATCH,AIX] Changes for linking gotools on AIX.

2017-07-27 Thread REIX, Tony
De : Ian Lance Taylor [i...@golang.org] Envoyé : mercredi 26 juillet 2017 20:06 À : David Edelsohn Cc : REIX, Tony; gcc-patches@gcc.gnu.org Objet : Re: [PATCH,AIX] Changes for linking gotools on AIX. On Wed, Jul 26, 2017 at 9:58 AM, David Edelsohn wrote: > On Wed, Jul 26, 2017 at 12:41 PM, REIX,

Re: [PATCH,AIX] Changes for linking gotools on AIX.

2017-07-26 Thread Ian Lance Taylor
On Wed, Jul 26, 2017 at 9:58 AM, David Edelsohn wrote: > On Wed, Jul 26, 2017 at 12:41 PM, REIX, Tony wrote: >> Description: >> * This patch adds linker options for gotools for AIX. >> >> Tests: >> * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS >>- build remade by means of gmake.

Re: [PATCH,AIX] Changes for linking gotools on AIX.

2017-07-26 Thread David Edelsohn
On Wed, Jul 26, 2017 at 12:41 PM, REIX, Tony wrote: > Description: > * This patch adds linker options for gotools for AIX. > > Tests: > * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS >- build remade by means of gmake. >- some test redone in libgo (gmake check) > * AIX + GCC 7.

[PATCH,AIX] Changes for linking gotools on AIX.

2017-07-26 Thread REIX, Tony
Description: * This patch adds linker options for gotools for AIX. Tests: * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS - build remade by means of gmake. - some test redone in libgo (gmake check) * AIX + GCC 7.1.0 : - build remade by means of gmake. - some test redone in