Update submodules

This commit is contained in:
EnderIce2
2024-11-20 04:26:09 +02:00
parent e8a07925cc
commit dc5d62717e
17 changed files with 231 additions and 75 deletions

View File

@ -40,7 +40,7 @@ QEMU_PATH = tools/cross/bin/qemu-system-
# Set libc to use. Available options:
# - internal - Use the internal libc
# - musl - Use musl libc (linux syscalls)
USE_LIBC = internal
USE_LIBC = musl
# Build all libraries as static libraries.
USERSPACE_STATIC_LIBS = 0
@ -53,7 +53,7 @@ USERSPACE_STATIC_LIBS = 0
# Make releated variables
# Make related variables
# -----------------------
# Do not change anything below this line unless
# you know what you are doing.