summaryrefslogtreecommitdiff
path: root/src/libmach/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-5/+0
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-63/+4
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+64
2011-09-13Imported Upstream version 60Ondřej Surý1-64/+0
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-15/+7
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman1-1/+1
R=rsc, Joe Poirier CC=golang-dev http://codereview.appspot.com/1015043 Committer: Russ Cox <rsc@golang.org>
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-0/+5
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-3/+3
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes issue 115. R=rsc, dsymonds1 http://codereview.appspot.com/157067 Committer: Russ Cox <rsc@golang.org>
2009-10-19support for 5.out filesRuss Cox1-0/+2
R=kaib DELTA=1262 (1247 added, 7 deleted, 8 changed) OCL=35907 CL=35909
2009-09-22use $(shell uname) instead of $GOOS whenRuss Cox1-1/+1
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
2009-08-14rename libmach_amd64 libmachRob Pike1-0/+65
R=rsc OCL=33273 CL=33276