mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
@@ -1,3 +1,3 @@
|
||||
INC_DIR += \
|
||||
$(call select_from_ports,pcg-c)/include/pcg-c \
|
||||
$(call select_from_repositories,/include/pcg-c) \
|
||||
$(call select_from_repositories,include/pcg-c)
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_C += $(filter-out $(FILTER_OUT_C),$(notdir $(wildcard $(LIBC_GEN_ARM_DIR)/*
|
||||
# ucontext.h header is taken from the libc API archive).
|
||||
#
|
||||
CC_OPT_makecontext = -I$(call select_from_ports,libc)/include/libc/sys \
|
||||
$(addprefix -I,$(call select_from_repositories,/include/libc/sys))
|
||||
$(addprefix -I,$(call select_from_repositories,include/libc/sys))
|
||||
|
||||
vpath % $(LIBC_GEN_ARM_DIR)
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ SRC_C += flt_rounds.c fpgetmask.c fpsetmask.c infinity.c makecontext.c
|
||||
# ucontext.h header is taken from the libc API archive).
|
||||
#
|
||||
CC_OPT_makecontext = -I$(call select_from_ports,libc)/include/libc/sys \
|
||||
$(addprefix -I,$(call select_from_repositories,/include/libc/sys))
|
||||
$(addprefix -I,$(call select_from_repositories,include/libc/sys))
|
||||
|
||||
vpath %.c $(LIBC_GEN_ARM64_DIR)
|
||||
vpath %.S $(LIBC_GEN_ARM64_DIR)
|
||||
|
||||
Reference in New Issue
Block a user