aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-04 21:22:18 -0400
committerRuss Cox <rsc@golang.org>2014-09-04 21:22:18 -0400
commit73a6d36d872b00fe873f70fe6c36333ea5c7b65f (patch)
treec63be5e658547b340b7a8ecc50c3a64bf8487d09 /src/pkg/runtime/stack.c
parent99a08262af725e542327f09d4a1cedf2a8caefe2 (diff)
downloadgo-73a6d36d872b00fe873f70fe6c36333ea5c7b65f.tar.xz
cmd/dist: make textflag.h available in runtime, avoid android/linux conflicts
1) cmd/dist was copying textflag.h to the build include directory, but only after compiling package runtime. So other packages could use it, just not runtime. Copy earlier, so that runtime can use it too. 2) We decided for android that anything marked linux is also included in the build. The generated linux-specific files in cmd/dist must therefore have explicit +build !android tags, or else you can't have simultaneous linux/arm and android/arm builds in a single client. The tag was already there for at least one file, but it was missing from many others. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/134500043
Diffstat (limited to 'src/pkg/runtime/stack.c')
0 files changed, 0 insertions, 0 deletions