Removed posix module.

This commit is contained in:
Michael Müller
2022-07-01 16:27:02 +02:00
parent c4d4e12f7e
commit 14ee3c0d36
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ install_config {
</config>
}
set boot_modules {
core init timer vfs.lib.so ld.lib.so libc.lib.so libm.lib.so stdcxx.lib.so posix.lib.so thread_test
core init timer vfs.lib.so ld.lib.so libc.lib.so libm.lib.so stdcxx.lib.so thread_test
}
build_boot_image $boot_modules
append qemu_args "-nographic -m 64"

View File

@@ -1,4 +1,4 @@
TARGET = thread_test
SRC_CC = thread_test.cc
LIBS += base libc libm stdcxx posix
LIBS += base libc libm stdcxx
CXXFLAGS += -Wno-error