logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 4b0940f00be478f10538bbfeb6fc0f237461b0b9
parent 9ee08747f740979005a30b4ecf4930640cf33ac8
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  6 Aug 2019 18:23:13 -0700

musl: Hard code x86_64 arch for now

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 = config.target.toolchain:match('[^-]*') +local arch = 'x86_64' cflags{ '-D _XOPEN_SOURCE=700', '-nostdinc',