mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
parent
695a212877
commit
ff07654560
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
TARGET = test-noux_fork
|
||||
SRC_CC = test.cc
|
||||
LIBS = posix libc_noux
|
||||
LIBS = posix
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
@ -1,5 +1,5 @@
|
||||
TARGET = test-noux_signals
|
||||
SRC_CC = main.cc
|
||||
LIBS = posix libc_noux
|
||||
LIBS = posix
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
Loading…
x
Reference in New Issue
Block a user