libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 9 Sep 2019 20:08:32 +0000 (20:08 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 9 Sep 2019 20:08:32 +0000 (20:08 +0000)
commitde0f55dbb314264d7858a9d98c805285c62f5b6b
tree56fa5bee83ed5ce35c8fe111a578bc0fc69c9714
parentb3baefb205e22aef208192aaf02f7ab0fad7c025
libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems

    The C file has a build tag, but the procedure we use for building C
    files ignores build tags.

    This should fix the libgo build on non-x86 systems.

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194378

From-SVN: r275544
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac