mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
ea6b4a0caf
required by jdk issue #2791 Forein function interface library, which takes care of calling conventions of different platforms.
8 lines
203 B
Makefile
8 lines
203 B
Makefile
ifeq ($(filter-out $(SPECS),x86_64),)
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/x86_64
|
|
endif
|
|
|
|
ifeq ($(filter-out $(SPECS),arm),)
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/arm
|
|
endif
|