libgo/go/go/build: use syslist.go from the gc stdlib.
commit08bf2baac2e7bea754da1192bd1fe30e38671bbc
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2013 18:07:31 +0000 (14 18:07 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2013 18:07:31 +0000 (14 18:07 +0000)
tree6a46d207d0152696c1c689e35d836d0e87223e05
parent85309e9def188cf12b40c9ff20223652b3cc656a
libgo/go/go/build: use syslist.go from the gc stdlib.

If cmd/go is rebuilt using -compiler gccgo the version of go/build that is linked into that cmd/go will not function properly as the list of file suffixes know as operating systems or architectures is incorrect.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204794 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/Makefile.am
libgo/Makefile.in
libgo/go/go/build/syslist.go [new file with mode: 0644]