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
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,
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.
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.