mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 00:39:16 +00:00
Update OS
This commit is contained in:
@ -26,8 +26,6 @@ BUILD_MODULES = 1
|
||||
|
||||
QUIET_BUILD = 1
|
||||
|
||||
USERSPACE_STATIC_LIBS = 1
|
||||
|
||||
# The path of the cross-compiler.
|
||||
COMPILER_PATH = tools/cross/bin
|
||||
|
||||
@ -39,14 +37,14 @@ LIMINE_FOLDER = tools/limine
|
||||
# it will be added automatically depending on the OSARCH)
|
||||
QEMU_PATH = tools/cross/bin/qemu-system-
|
||||
|
||||
# Enable mlibc
|
||||
MLIBC = 0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Set libc to use. Available options:
|
||||
# - internal - Use the internal libc
|
||||
# - musl - Use musl libc (linux syscalls)
|
||||
# - mlibc - Use mlibc
|
||||
USE_LIBC = internal
|
||||
|
||||
# Build all libraries as static libraries.
|
||||
USERSPACE_STATIC_LIBS = 0
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user