logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 4108f14a923ce916d83bd8735878b9f4fc84c1cd
parent cb4265cd91dc136534278c37e324aaa9cee276c4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  6 May 2025 22:10:53 +0200

extras/tiny-curl.sh: remove inline __aarch64__ asm

Diffstat:

Mextras/tiny-curl.sh6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/extras/tiny-curl.sh b/extras/tiny-curl.sh @@ -13,6 +13,12 @@ cd /extras/tiny-curl-*/ export LD=$CC export MAKE=pdpmake +ed lib/easy_lock.h <<'EOF' +/__aarch64__/,/__asm__/d +w +q +EOF + ./configure --prefix=/usr --with-bearssl --with-ca-bundle=/usr/share/cacert/cert.pem "$MAKE" RANLIB=true "$MAKE" install INSTALL=install