On Thu, Sep 21, 2017 at 10:42 AM, Khem Raj wrote:
> on mips, cgo used mips32r1 and that conflicts with mips32r2
> lets remove it for now and work go upstream to make it work
> for golang as well
There is already someone working on expanding MIPS support for go,
based on some mailing list discussi
On Thu, 2017-09-21 at 10:42 -0700, Khem Raj wrote:
> on mips, cgo used mips32r1 and that conflicts with mips32r2
> lets remove it for now and work go upstream to make it work
> for golang as well
>
> Fixes
> >
> > # runtime/cgo
> > cc1: error: '-mips32r2' conflicts with the other architecture
> >
on mips, cgo used mips32r1 and that conflicts with mips32r2
lets remove it for now and work go upstream to make it work
for golang as well
Fixes
| # runtime/cgo
| cc1: error: '-mips32r2' conflicts with the other architecture options, which
specify a mips32 processor
Fixes [YOCTO #12108]
Signed-