[Bug go/92810] Compiling GCC go for aarch64_be-marvell-linux-gnu fails

2020-01-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92810 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/92810] Compiling GCC go for aarch64_be-marvell-linux-gnu fails

2019-12-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92810 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > Testing that (and see what the next failure is) After the above patch, there are no build failures; I have not tried to run the testsuite yet.

[Bug go/92810] Compiling GCC go for aarch64_be-marvell-linux-gnu fails

2019-12-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92810 --- Comment #3 from Andrew Pinski --- Next error: /bajas/pinskia/src/toolchain-10/scripts/../src/libgo/go/internal/syscall/unix/getrandom_linux.go:35:34: error: reference to undefined name ‘randomTrap’ 35 | r1, _, errno :=

[Bug go/92810] Compiling GCC go for aarch64_be-marvell-linux-gnu fails

2019-12-06 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92810 --- Comment #2 from Ian Lance Taylor --- The configure script should work now, but I don't know what other problems you will encounter.

[Bug go/92810] Compiling GCC go for aarch64_be-marvell-linux-gnu fails

2019-12-05 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92810 --- Comment #1 from ian at gcc dot gnu.org --- Author: ian Date: Fri Dec 6 05:32:49 2019 New Revision: 279032 URL: https://gcc.gnu.org/viewcvs?rev=279032=gcc=rev Log: PR go/92810 libgo: recognize aarch64_be as arm64be