mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Removed posix module.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user