diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-09 20:08:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-09 20:08:32 +0000 |
commit | de0f55dbb314264d7858a9d98c805285c62f5b6b (patch) | |
tree | 56fa5bee83ed5ce35c8fe111a578bc0fc69c9714 /gcc/go | |
parent | b3baefb205e22aef208192aaf02f7ab0fad7c025 (diff) | |
download | gcc-de0f55dbb314264d7858a9d98c805285c62f5b6b.zip gcc-de0f55dbb314264d7858a9d98c805285c62f5b6b.tar.gz gcc-de0f55dbb314264d7858a9d98c805285c62f5b6b.tar.bz2 |
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
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 79349d7..c75e959 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -17bef47f464983fd8513f88f3f159d28e2423e79 +03fa49394bb4b37453795bef3119e5b40c929aee The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |