golang/go

cmd/go: support -buildmode=c-archive on android/arm64

Open

#33,806 opened on Aug 23, 2019

View on GitHub
 (4 comments) (5 reactions) (0 assignees)Go (19,008 forks)batch import
FeatureRequestGoCommandNeedsInvestigationOS-Androidhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What version of Go are you using (go version)?

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

What did you do?

go build -o libtest.a -buildmode=c-archive -x

What did you expect to see?

An archive file targeting android/arm64 to be built

What did you see instead?

invalid value "c-archive" for flag -buildmode: buildmode c-archive not supported on android/arm64

Contributor guide