mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
1b41d9db90
Ref #3884
13 lines
191 B
Makefile
13 lines
191 B
Makefile
#
|
|
# Genode base libaries
|
|
#
|
|
# These static libraries are filtered out when linking dynamically linked
|
|
# binaries.
|
|
#
|
|
BASE_LIBS += cxx
|
|
|
|
#
|
|
# Name of Genode's dynamic linker
|
|
#
|
|
DYNAMIC_LINKER = ld
|