running the tests after building a cross-gcc

2013-09-11 Thread Michael Hudson-Doyle
Hi, Thanks to the advice from this list I've managed to build GCC targeting aarch64 (thanks!). Is there some way I can now run the tests in a Foundation model? I don't really know how this would work -- I guess using aarch64-unknown-linux-gnu-gcc etc to build binaries, scp them onto the model, r

Re: running the tests after building a cross-gcc

2013-09-11 Thread Zhenqiang Chen
On 12 September 2013 06:00, Michael Hudson-Doyle wrote: > Hi, > > Thanks to the advice from this list I've managed to build GCC targeting > aarch64 (thanks!). > > Is there some way I can now run the tests in a Foundation model? I > don't really know how this would work -- I guess using > aarch64-

help testing/upstreaming: [PATCH] libatomic is now supported on AArch64

2013-09-11 Thread Michael Hudson-Doyle
--- Hi all, The reason for my most recent question on the list was that I was investigating if gccgo targeting aarch64 would work. It turns out that it's really close (to building and working for trivial programs, at least): it depends on libatomic which explicitly does not support AArch64, but