diff options
Diffstat (limited to 'community/openjdk11/aarch64.patch')
-rw-r--r-- | community/openjdk11/aarch64.patch | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/community/openjdk11/aarch64.patch b/community/openjdk11/aarch64.patch index 26484ca080..c0fa972ae1 100644 --- a/community/openjdk11/aarch64.patch +++ b/community/openjdk11/aarch64.patch @@ -1,10 +1,15 @@ +Author: Simon Frankenberger <simon-alpine@fraho.eu> +Upstream: no +Reason: This file is not present when building on aarch64 alpine. + Furthermore, the build runs just fine without it. + --- old/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp +++ new/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp -@@ -77,7 +77,6 @@ +@@ -74,7 +74,6 @@ # include <pwd.h> # include <poll.h> # include <ucontext.h> -# include <fpu_control.h> - #ifdef BUILTIN_SIM - #define REG_SP REG_RSP + #define REG_FP 29 + #define REG_LR 30 |