Commit 85773e6b authored by Dave Cheney's avatar Dave Cheney

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
parent ee5a794f
...@@ -136,7 +136,7 @@ main(int argc, char *argv[]) ...@@ -136,7 +136,7 @@ main(int argc, char *argv[])
if(argc != 1) if(argc != 1)
usage(); usage();
if(linkmode != Linkinternal) { if(linkmode != LinkInternal) {
diag("only -linkmode=internal is supported"); diag("only -linkmode=internal is supported");
errorexit(); errorexit();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment