libgo/go/go/build: use syslist.go from the gc stdlib.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 14 Nov 2013 18:07:31 +0000 (18:07 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 14 Nov 2013 18:07:31 +0000 (18:07 +0000)
commit9572918137e0b374c71c69c0c38b2adfacfbda1f
tree6a46d207d0152696c1c689e35d836d0e87223e05
parent6eeef4cc6780c010266ded53101cf22fc1b3ba1d
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.

From-SVN: r204794
libgo/Makefile.am
libgo/Makefile.in
libgo/go/go/build/syslist.go [new file with mode: 0644]