occlum/tools/toolchains
Tate, Hongliang Tian 5e8f997d4d Make PIE the default mode for Go toolchain
Occlum-compatible executable binaries must be Position-Independent
Executable (PIE). Previously, to build such binaries, the users need to
explicitly give `-buildmode=pie` flag to `occlum-go`. Apparently, this
is error-prone. This commit sets `-buildmode=pie` by default for `occlum-go`.

In addition, this commit upgrades the Go version to 1.13.7.
2020-08-11 05:35:43 +00:00
..
clang Introduce GCC-base toolchain and use it by default 2019-09-06 13:02:45 +00:00
gcc Install zlib in occlum-gcc toolchians 2020-07-17 17:31:41 +00:00
golang Make PIE the default mode for Go toolchain 2020-08-11 05:35:43 +00:00
java Add Java demo 2020-07-17 17:35:24 +00:00
rust Add the Occlum-compatible Rust toolchains and a demo 2020-05-22 14:36:11 +08:00