mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base: Do not link base libs against shared libs
Base libraries are already contained within ldso.lib.so. Remove unnecessary filtering from 'dep_lib.mk', make ldso depend on base libs. Issue #1017 Issue #989
This commit is contained in:
committed by
Norman Feske
parent
481a8ede5f
commit
f447fbe1a5
@@ -4,7 +4,7 @@
|
||||
# \date 2013-02-14
|
||||
#
|
||||
|
||||
LIBS += cxx l4 startup
|
||||
LIBS += cxx syscall startup
|
||||
|
||||
SRC_CC += cap_copy.cc
|
||||
SRC_CC += ipc/ipc.cc ipc/pager.cc ipc/ipc_marshal_cap.cc
|
||||
|
||||
Reference in New Issue
Block a user