packages/lang/golang
Jeffery To c377576734 golang: Add support for ASLR/PIE for host and target Go
This adds support to compile host and target Go as position-independent
executables.

Host Go will have PIE enabled if Go supports PIE on the host platform.

Target Go will have PIE enabled if Go supports PIE on the target
platform and CONFIG_PKG_ASLR_PIE is selected.

Go 1.13 supports PIE for x86 and arm targets; mips support is in
progress[1].

[1]: https://github.com/golang/go/issues/21222#issuecomment-542064462

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-08 19:29:54 +08:00
..
golang golang: Add support for ASLR/PIE for host and target Go 2020-01-08 19:29:54 +08:00
golang-compiler.mk golang: Add support for ASLR/PIE for host and target Go 2020-01-08 19:29:54 +08:00
golang-package.mk golang: Strip whitespace when using Go package variables 2020-01-08 19:29:54 +08:00
golang-values.mk golang: Add support for ASLR/PIE for host and target Go 2020-01-08 19:29:54 +08:00
golang-version.mk golang: Update to 1.13.5 2019-12-09 23:27:24 +01:00