diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-14 22:01:56 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-14 22:01:56 -0400 |
commit | 128684dfb24b710cc67bf3de293b31c25746db0c (patch) | |
tree | 8e2ba6e7ee86bab31f32265564cc33d2f6f35eba /bootstrap | |
parent | 46af122de0533c2bf8344382757843f47686b33c (diff) |
libc: Initial hyra libc commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 "----------------------------------" |