]> Cypherpunks repositories - gostls13.git/commit
use $(shell uname) instead of $GOOS when
authorRuss Cox <rsc@golang.org>
Tue, 22 Sep 2009 14:48:43 +0000 (07:48 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 22 Sep 2009 14:48:43 +0000 (07:48 -0700)
commit586d9d5a199bf6f7c023ea4d5997e6027de4193b
tree640231ea6fa8cb7e322aab33f69f9edf9b5dfb7f
parent7390aa01023659000ed2e8b838014bfb7c6d7154
use $(shell uname) instead of $GOOS when
deciding what the host process support is.
this makes a cross-compiling (e.g., GOOS=nacl) build
still generate valid host debugger binaries.

R=r
DELTA=5  (0 added, 0 deleted, 5 changed)
OCL=34878
CL=34889
src/cmd/cov/Makefile
src/cmd/prof/Makefile
src/libmach/Makefile