noux: rm explicit dependency from libc_noux.lib.so

Issue #3472
This commit is contained in:
Norman Feske 2019-08-13 14:38:39 +02:00 committed by Christian Helmuth
parent 695a212877
commit ff07654560
5 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
GNU_BUILD_MK := $(call select_from_repositories,mk/gnu_build.mk)
LIBS += libc_noux
PKG_DIR ?= $(call select_from_ports,$(PKG))/src/noux-pkg/$(PKG)
include $(GNU_BUILD_MK)

View File

@ -57,7 +57,7 @@ libgmp.a libmpfr.a libmpc.a libc.a:
Makefile: dummy_libs
LIBS += libc libm posix libc_noux stdcxx base
LIBS += libc libm posix stdcxx base
include $(call select_from_repositories,mk/noux.mk)

View File

@ -1,5 +1,5 @@
TARGET = test-libc_noux
LIBS = libc libc_noux
LIBS = libc
SRC_CC = main.cc
# we re-use the libc_vfs test

View File

@ -1,5 +1,5 @@
TARGET = test-noux_fork
SRC_CC = test.cc
LIBS = posix libc_noux
LIBS = posix
CC_CXX_WARN_STRICT =

View File

@ -1,5 +1,5 @@
TARGET = test-noux_signals
SRC_CC = main.cc
LIBS = posix libc_noux
LIBS = posix
CC_CXX_WARN_STRICT =