genode/repos/ports/src/lib/libc_noux/target.mk
Christian Helmuth 6db43d2c19 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.
2019-05-27 14:46:54 +02:00

5 lines
66 B
Makefile

TARGET = libc_noux
LIBS = posix libc_noux
CC_CXX_WARN_STRICT =