1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:04:52 -07:00

cmd/8l: fix build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/7241061
This commit is contained in:
Russ Cox 2013-01-31 16:13:48 -08:00
parent 193ff39ac9
commit ca727f1116

View File

@ -114,7 +114,7 @@ main(int argc, char *argv[])
flagcount("d", "disable dynamic executable", &debug['d']); flagcount("d", "disable dynamic executable", &debug['d']);
flagcount("f", "ignore version mismatch", &debug['f']); flagcount("f", "ignore version mismatch", &debug['f']);
flagcount("g", "disable go package data checks", &debug['g']); flagcount("g", "disable go package data checks", &debug['g']);
flagcount("hostobj", "generate host object file", &hostobj); flagcount("hostobj", "generate host object file", &isobj);
flagstr("k", "sym: set field tracking symbol", &tracksym); flagstr("k", "sym: set field tracking symbol", &tracksym);
flagstr("o", "outfile: set output file", &outfile); flagstr("o", "outfile: set output file", &outfile);
flagcount("p", "insert profiling code", &debug['p']); flagcount("p", "insert profiling code", &debug['p']);