mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
58fb5ed722
OpenJDK version 9 for Genode, contains the interpreter version of the HotSpot virtual machine. fixes #2791
8 lines
251 B
Makefile
8 lines
251 B
Makefile
JDK_BASE = $(call select_from_ports,jdk)/src/app/jdk/jdk/src/java.base
|
|
INC_DIR += $(JDK_BASE)/share/native/libjli \
|
|
$(JDK_BASE)/share/native/include \
|
|
$(JDK_BASE)/unix/native/include \
|
|
$(JDK_BASE)/unix/native/libjli
|
|
|
|
|