mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
libc_noux target depends on POSIX runtime
This prevents error copying "bin/libm.lib.so": no such file or directory error copying "bin/posix.lib.so": no such file or directory when running "make run/noux" from an empty build directory.
This commit is contained in:
parent
4fc3eca4aa
commit
6db43d2c19
@ -1,4 +1,4 @@
|
||||
TARGET = libc_noux
|
||||
LIBS = libc libc_noux
|
||||
LIBS = posix libc_noux
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
Loading…
x
Reference in New Issue
Block a user