mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
8243329ad4
Originally, the convenience utility for accessing a process configuration came in the form of a header file. But this causes aliasing problems if multiple compilation units access the config while the configuration gets dynamically updated. Moving the implementation of the accessor to the singleton object into a library solves those problems.
13 lines
231 B
Makefile
13 lines
231 B
Makefile
#
|
|
# Genode base libaries
|
|
#
|
|
# These linked against 'ldso' and filtered out for dynamically
|
|
# linked binaries
|
|
#
|
|
BASE_LIBS = base-common base cxx timed_semaphore alarm config
|
|
|
|
#
|
|
# Name of Genode's dynamic linker
|
|
#
|
|
DYNAMIC_LINKER = ld
|