summaryrefslogtreecommitdiff
path: root/src/cmd/6l/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: delete make paraphernaliaRuss Cox2012-02-061-45/+2
* build: move the "-c" flag into HOST_CFLAGSAnthony Martin2012-01-311-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* 6a, 6c, 6l: fix for Plan 9 buildLucio De Re2011-07-151-1/+1
* cgo: windows/386 portWei Guangjing2011-01-201-0/+1
* 6l: windows/amd64 portWei Guangjing2011-01-201-0/+2
* 6l, 8l: support for linking ELF and Mach-O .o filesRuss Cox2010-12-081-0/+2
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-0/+1
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-0/+2
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-13/+6
* Dwarf output for 6l.Luuk van Dijk2010-08-181-0/+2
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-6/+4
* clean moreRuss Cox2009-10-031-1/+1
* step toward darwin ffi: factor out macho codeRuss Cox2009-09-301-1/+3
* linker workRuss Cox2009-08-211-3/+3
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+2
* First steps towards cleaner support for ELF64 in 6l.Rob Pike2009-07-171-0/+4
* * move go-specific loader codeRuss Cox2009-03-311-0/+2
* 6l: invent gotypestrings if neededRuss Cox2008-10-211-3/+4
* Use a single Make.conf for setting CC, etc.Russ Cox2008-08-031-4/+2
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-121-2/+2
* convert from mk to makeRob Pike2008-06-111-0/+39