aboutsummaryrefslogtreecommitdiffstats
path: root/main/go-bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* community/go-bootstrap: moved from mainEivind Uggedal2015-09-306-243/+0
|
* main/go-bootstrap: enable for x86 againEivind Uggedal2015-09-291-1/+4
| | | | | | | | | Grsec kernel changes was the result of go-bootstrap failing to build for x86. This can be worked around with setting: sysctl -w kernel.modify_ldt=1 See: https://github.com/alpinelinux/linux-stable-grsec/commit/1134b46895b28613a080b371fe70e4b440a10eb3#diff-80716dbec75df699671148c08bb3eb80R25
* 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-286-0/+241
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.