]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgo/configure
go/build: Set GOARCH on arm64 systems.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jan 2014 19:24:23 +0000 (19:24 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jan 2014 19:24:23 +0000 (19:24 +0000)
commit275f094b185194ce00edc86f084b27fc6be2cc61
tree23b882305679e1e26e46b19513733540100b19e7
parent6685d11ca873e7e78314597a48e934e13946b5af
go/build: Set GOARCH on arm64 systems.

I am reliably informed that the architecture name and letter for the
plan9/inferno compilers for 64-bit ARM systems will be "arm64" and "7"
respectively, so let's get that bit in nice and early.

From Michael Hudson-Doyle.
https://codereview.appspot.com/34830045/

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206374 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/configure
libgo/configure.ac
libgo/go/go/build/build.go
libgo/go/go/build/deps_test.go
libgo/go/go/build/syslist.go
libgo/go/runtime/extern.go