mirror of
https://github.com/golang/go
synced 2024-11-20 00:44:45 -07:00
cmd/5l: fix arm build
Fixes build. One part of ../misc/cgo/test appears to be unhappy but this does not cause the build to fail. R=rsc, r CC=golang-dev https://golang.org/cl/7769047
This commit is contained in:
parent
ee5a794fbb
commit
85773e6bc2
@ -136,7 +136,7 @@ main(int argc, char *argv[])
|
||||
if(argc != 1)
|
||||
usage();
|
||||
|
||||
if(linkmode != Linkinternal) {
|
||||
if(linkmode != LinkInternal) {
|
||||
diag("only -linkmode=internal is supported");
|
||||
errorexit();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user