mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
parent
3024720656
commit
417dd59b22
@ -33,6 +33,10 @@ ifeq ($(filter-out $(SPECS),arm),)
|
|||||||
INC_DIR += $(GCOV_PORT_DIR)/include/arm/gcc
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm/gcc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(filter-out $(SPECS),arm_64),)
|
||||||
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm_64/gcc
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||||
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/gcc
|
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/gcc
|
||||||
endif
|
endif
|
||||||
|
@ -13,6 +13,10 @@ ifeq ($(filter-out $(SPECS),arm),)
|
|||||||
INC_DIR += $(GCOV_PORT_DIR)/include/arm/libcpp
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm/libcpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(filter-out $(SPECS),arm_64),)
|
||||||
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm_64/libcpp
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||||
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/libcpp
|
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/libcpp
|
||||||
endif
|
endif
|
||||||
|
@ -35,6 +35,10 @@ ifeq ($(filter-out $(SPECS),arm),)
|
|||||||
INC_DIR += $(GCOV_PORT_DIR)/include/arm/libiberty
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm/libiberty
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(filter-out $(SPECS),arm_64),)
|
||||||
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm_64/libiberty
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||||
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/libiberty
|
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/libiberty
|
||||||
endif
|
endif
|
||||||
|
@ -16,6 +16,10 @@ ifeq ($(filter-out $(SPECS),arm),)
|
|||||||
INC_DIR += $(GCOV_PORT_DIR)/include/arm/gcc
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm/gcc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(filter-out $(SPECS),arm_64),)
|
||||||
|
INC_DIR += $(GCOV_PORT_DIR)/include/arm_64/gcc
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||||
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/gcc
|
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/gcc
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user