go/src/cmd/internal
Elias Naur e6d7326fb6 cmd/link: default to internal linking for android/arm64
The bootstrapping process (make.bash) on all other platforms use
internal linking. This change brings android/arm64 in line, fixing the
scary warning on our self-hosted Corellium builders:

warning: unable to find runtime/cgo.a

The linkmode default is changed to internal for all Android programs,
but in practice that won't matter outside our builders: using Go with
Android apps requires buildmode=c-shared which uses linkmode external.

Fixes #31343
Updates #31819

Change-Id: I3b3ada5ed69a7989e6d8e5960bbebf5e1c22aada
Reviewed-on: https://go-review.googlesource.com/c/go/+/207299
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2020-02-26 09:47:21 +00:00
..
bio cmd/internal/bio: rename Reader.Seek to MustSeek 2019-05-09 16:56:31 +00:00
browser
buildid all: base64-encode binaries that will cause Apple notarization to fail 2019-11-21 14:55:12 +00:00
diff cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff package 2019-10-28 23:59:10 +00:00
dwarf [dev.link] cmd/internal/dwarf: expand import path in function DIE 2019-11-03 04:58:01 +00:00
edit cmd/cover: modify source as text, not as AST 2017-11-13 14:59:26 +00:00
gcprog
goobj [dev.link] cmd/link: assign special indices for builtin functions 2019-10-24 15:24:20 +00:00
goobj2 [dev.link] all: clean up some TODOs 2019-11-01 20:13:05 +00:00
moddeps cmd/internal/moddeps: check for consistent versioning among all modules in GOROOT 2020-02-19 21:53:23 +00:00
obj cmd/asm: add asimd instruction 'rev16' on arm64 2020-02-25 18:40:19 +00:00
objabi cmd/internal/objabi,cmd/link: initial linker support for riscv64 2019-11-13 08:07:51 +00:00
objfile all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
src cmd/compile: change the "bogus line" to be 1 2020-01-17 23:14:48 +00:00
sys cmd/link: default to internal linking for android/arm64 2020-02-26 09:47:21 +00:00
test2json testing: provide additional information when test funcs panic 2019-10-30 20:46:44 +00:00