commit defbef496fd7fb837a5936a960e42ec3c77d97c5 parent 69eead12fc2cb4249648db9afc34b064c9053dbf Author: sin <sin@2f30.org> Date: Mon, 19 Aug 2013 16:39:04 +0100 Build sbase and ubase with musl Diffstat:
M | suckless-initramfs | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless-initramfs b/suckless-initramfs @@ -10,11 +10,11 @@ wget -O mksh-R47.tgz -c https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R47.tgz # Build statically linked sbase + ubase cd sbase make clean -make LDFLAGS+=-static +make CC=musl-gcc LDFLAGS=-static cd - cd ubase make clean -make LDFLAGS+=-static +make CC=musl-gcc LDFLAGS=-static cd - # Build statically linked mksh