logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ba5e3fc9a3600fb71809a00aeb8985b99dc54672
parent fe8a1f1a495b70a20e3ee39639c2675c57f40443
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  7 Nov 2018 14:42:37 -0800

Latest oasis-toolchain defaults to PIE

Diffstat:

M.travis.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -20,7 +20,7 @@ script: echo 'return { builddir="out", fs={exclude={}}, - target={toolchain="x86_64-linux-musl", cflags="-O2 -pipe", cxxflags="$target_cflags", ldflags="-s -static"}, + target={toolchain="x86_64-linux-musl", cflags="-O2 -pipe", cxxflags="$target_cflags", ldflags="-s -static", pie=true}, host={toolchain="default", cflags="-pipe", cxxflags="$host_cflags", ldflags=""}, repo={path="$builddir/root.git", flags="--bare", tag="tree", branch="master"}, tls="libressl",