Skip to content
Commit bb8f8e16 authored by Anthony Fok's avatar Anthony Fok
Browse files

Fix the build on mips, mipsel and mips64el

as a continuation of the effort that Martín Ferrari started,
see https://github.com/golang/go/issues/18031

Due to the current minimal code change to golang.org/x/sys/unix,
and to ensure the bool isBigEndian is set correctly, please run
gccgo with "-tags mips", "-tags mipsle" or "-tags mips64le"
as appropriate.
parent 0f9494dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment