mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 21:58:24 +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:
committed by
Christian Helmuth
parent
4aef209c8b
commit
e02d643420
@ -4,7 +4,8 @@
|
|||||||
# this enables 'ports/lib/mk/seoul_libc_support.mk' to reuse the definitions.
|
# 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
|
# local libc includes
|
||||||
INC_DIR += $(LIBC_DIR)/libc/locale
|
INC_DIR += $(LIBC_DIR)/libc/locale
|
||||||
|
Reference in New Issue
Block a user