From 128684dfb24b710cc67bf3de293b31c25746db0c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 14 Mar 2024 22:01:56 -0400 Subject: libc: Initial hyra libc commit Signed-off-by: Ian Moffett --- bootstrap | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 7c36c65..9c4ad77 100755 --- a/bootstrap +++ b/bootstrap @@ -16,20 +16,14 @@ try_fetch() { fetch() { try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1" "stand/limine" - try_fetch "git clone https://github.com/sigsegv7/hyra-mlibc lib/mlibc" } build_limine() { make -C stand/limine/ } -init_mlibc() { - cp builddeps/cross_file.txt lib/mlibc/ -} - build() { build_limine - init_mlibc } echo "----------------------------------" -- cgit v1.2.3