On Fri, May 19, 2017 at 10:14 AM,  <shravan.ambat...@gmail.com> wrote:
>
> I am newbie to golang.
> Although it seems we can compile a go program to run on many different
> configurations of OS and Architectures,
> There is no support for power pc 32 bit linux.
>
> I wanted to know if there is any way I can get a go program to run on power
> pc 32-bit?

As you've discovered, the gc toolchain does not currently support
32-bit PPC.  I think some people have looked into adding it, but the
work is not complete.

One possibility is to use the gccgo compiler, which does support
32-bit PPC among many other architectures.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to