Descriptiongo.tools/dashboard/builder: always cross compile for nacl builds
If we are building, for example, linux/386 on a linux/amd64 machine we want to make sure that the whole build is done as a if this were compiled on a real linux/386 machine. In other words, we want to not do a cross compilation build.
The exception to this rule is when we are doing nacl builds. These are by definition always cross compilation, and we have support built into cmd/go to be able to handle this case.
Patch Set 1 #Patch Set 2 : diff -r 66765744911b https://code.google.com/p/go.tools #Patch Set 3 : diff -r 66765744911b https://code.google.com/p/go.tools #Patch Set 4 : diff -r b9012952ba03 https://code.google.com/p/go.tools #MessagesTotal messages: 5
|