jdk: Update port to Freebsd 12

* fix NULL = nullptr in C++ semantic (arm, x86_64)
* arm: disable soft float (full hard float support)
* dummies some mmap flags

issue genodelabs/genode#3289
This commit is contained in:
Sebastian Sumpf
2019-05-17 16:24:31 +02:00
committed by Christian Helmuth
parent c070e64bd4
commit c2f1576ba4
6 changed files with 78 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
CC_OPT = -DINCLUDE_SUFFIX_CPU=_arm -DHOTSPOT_LIB_ARCH='"arm"' -DARM -DARM32 \
-Dlseek64=lseek -D__SOFTFP__
-Dlseek64=lseek
INC_DIR = $(call select_from_ports,jdk)/src/app/jdk/hotspot/src/cpu/arm/vm
JDK_GENERATED = $(call select_from_ports,jdk_generated)/src/app/jdk