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