logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 9056195f43c4a265f2a6ba1d43844d7e7c3ad7b2
parent 1939dafa0112ce1ae4ea8024621317361cd97e38
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 12 Feb 2020 23:41:59 -0800

musl: Use target architecture

Diffstat:

Mpkg/musl/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/musl/gen.lua b/pkg/musl/gen.lua @@ -1,4 +1,4 @@ -local arch = 'x86_64' +local arch = config.target.platform:match('[^-]*') cflags{ '-fPIC', '-nostdinc',