mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
libc: export LIBC_REP_DIR in libc-common.inc
This information is useful if 'libc-common.inc' is included from another repository, i.e., for building stripped-down libc variants tailored to an individual application.
This commit is contained in:
parent
4aef209c8b
commit
e02d643420
@ -4,7 +4,8 @@
|
||||
# this enables 'ports/lib/mk/seoul_libc_support.mk' to reuse the definitions.
|
||||
#
|
||||
|
||||
LIBC_DIR = $(call select_from_repositories,contrib/libc-8.2.0)
|
||||
LIBC_DIR = $(call select_from_repositories,contrib/libc-8.2.0)
|
||||
LIBC_REP_DIR = $(realpath $(subst /contrib/libc-8.2.0,,$(LIBC_DIR)))
|
||||
|
||||
# local libc includes
|
||||
INC_DIR += $(LIBC_DIR)/libc/locale
|
||||
|
Loading…
Reference in New Issue
Block a user