aboutsummaryrefslogtreecommitdiffstats
path: root/main/go-bootstrap/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/go-bootstrap: install to /usr/lib/go-bootstrapSören Tempel2015-09-091-14/+13
| | | | | | | | | To avoid that $GOROOT_BOOTSTRAP equals $GOROOT during main/go build. See: - https://github.com/golang/go/commit/f9379eb3467d2b6feb8fb0c7c2c366b81408305d Also: Cleanup package further and fix removal of _test.go packages.
* main/go-bootstrap: disable x86Natanael Copa2015-08-281-1/+1
|
* main/go-boostrap: new aportSören Tempel2015-08-281-0/+94
This is a more minimal version of the main/go aport. It is only supposed to be used for bootstrapping go1.5 and to clarify this point it is called go-bootstrap instead of go1.4. This package doesn't ship a tools or cross subpackage anymore because doing so would increase the amount of redundant 'code' in this APKBUILD and neither tools nor cross compilers are needed for bootstrapping go1.5.