summaryrefslogtreecommitdiff
path: root/src/Make.pkg
Commit message (Expand)AuthorAgeFilesLines
* Make.pkg: use installed runtime.h for cgoRuss Cox2011-01-061-1/+1
* fix cgo buildRuss Cox2010-12-171-1/+1
* cgo: handle references to symbols in shared librariesRuss Cox2010-12-171-6/+2
* misc/cgo/life: fix, add to buildRuss Cox2010-12-171-9/+12
* cgo: new cgoRuss Cox2010-12-081-23/+27
* Makefiles: Don't define _64BIT now that 6c does it by default.Ian Lance Taylor2010-11-181-2/+1
* debug/pe, cgo: add windows supportWei Guangjing2010-11-011-0/+1
* Make.pkg: remove .so before installing new oneRuss Cox2010-10-011-0/+1
* build: generate, clean .exe files on WindowsJoe Poirier2010-09-091-1/+1
* build: work with GNU Make 3.82Jukka-Pekka Kekkonen2010-09-071-1/+4
* Make.pkg: never use quietgccRuss Cox2010-08-261-0/+10
* build: fix cgo with -j2Russ Cox2010-08-261-5/+2
* gotest: allow make test of cgo packages (without make install)Russ Cox2010-08-251-4/+8
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-21/+15
* cgo: use new command line syntax: -- separates cgo flags from gcc flagsRuss Cox2010-07-151-1/+1
* cgo: use slash-free relative paths for .so referencesRuss Cox2010-06-301-2/+3
* Add _cgo_export.[ch] targets so that make knows how they areIan Lance Taylor2010-05-031-1/+1
* Add //export to cgo.Ian Lance Taylor2010-04-091-5/+9
* make: use actual dependency for installRuss Cox2010-03-301-1/+1
* Factor the Makefiles to make writing outside Makefiles easier.Rob Pike2010-03-191-14/+7
* Install runtime.h and cgocall.h.Ian Lance Taylor2010-02-241-2/+2
* Add 'bench' target to makefiles.Adam Langley2010-01-121-0/+3
* Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation ofDevon H. O'Dell2010-01-061-8/+2
* rollback of http://codereview.appspot.com/181077Russ Cox2010-01-051-2/+8
* Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...Devon H. O'Dell2010-01-051-8/+2
* cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox2009-12-211-1/+5
* Make.pkg: fix cgo for TARG=a/bRuss Cox2009-12-171-2/+2
* Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell2009-12-171-26/+41
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-12/+24
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-6/+12
* cgo: allow .so in subdirectoriesRuss Cox2009-11-201-1/+1
* Missing flags for FreeBSD shared link as used by cgo in default build.William Josephson2009-11-181-0/+1
* Make.pkg: have "make coverage" invoke 6cov with correct binaryRuss Cox2009-11-171-1/+1
* makefiles: use correct gcc order in case --as-needed is in use.Russ Cox2009-11-151-1/+1
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-1/+1
* work with GNU Make 3.80Russ Cox2009-11-111-1/+5
* Make.pkg: add DEPS= supportRuss Cox2009-11-011-2/+5
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-3/+6
* cgo working on linux/386Russ Cox2009-09-301-3/+6
* cgo: works on amd64.Russ Cox2009-09-301-15/+68
* makefile fixes; convert runtime to use new makefilesRuss Cox2009-08-131-2/+6
* avoid unnecessary installsRuss Cox2009-08-121-2/+6
* new included Make.pkg for handwritten package makefiles.Russ Cox2009-08-121-0/+57