diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-05-09 11:50:57 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-09 20:06:43 +0000 |
commit | 739575ba4c9b54d8b43fc7891423f41455bd138b (patch) | |
tree | 1262fa93835a1e259203dc2709d9dc78e462f6bb /community/openjdk11/aarch64.patch | |
parent | 04f4314af8b80725a35cb8a14801c63d813f7495 (diff) | |
download | aports-739575ba4c9b54d8b43fc7891423f41455bd138b.tar.bz2 aports-739575ba4c9b54d8b43fc7891423f41455bd138b.tar.xz |
community/openjdk11: Upgrade to 11.0.7
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 |