Remove false API dependencies from libc/posix components

Fixes #3720
This commit is contained in:
Christian Helmuth
2020-03-31 13:17:07 +02:00
committed by Norman Feske
parent 42fddf8390
commit c11d9b7b5c
75 changed files with 54 additions and 120 deletions

View File

@ -1,5 +1,5 @@
TARGET = test-lx_rmap_dynamic
SRC_CC = main.cc
LIBS = base ld
LIBS = base
vpath main.cc $(PRG_DIR)/..