diff options
| author | Simon Frankenberger <simon@fraho.eu> | 2020-03-18 20:57:41 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-25 14:03:30 +0000 |
| commit | 3991e58da736e29cd687b150644fe6c1317b6750 (patch) | |
| tree | d82d24657f530fd325515144312b61859135e2e6 /testing/openjdk13/aarch64.patch | |
| parent | 34d19eb8f259f911f54db7bdea486ba830a5c599 (diff) | |
| download | aports-3991e58da736e29cd687b150644fe6c1317b6750.tar.bz2 aports-3991e58da736e29cd687b150644fe6c1317b6750.tar.xz | |
testing/openjdk13: New aport
Diffstat (limited to 'testing/openjdk13/aarch64.patch')
| -rw-r--r-- | testing/openjdk13/aarch64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/openjdk13/aarch64.patch b/testing/openjdk13/aarch64.patch new file mode 100644 index 0000000000..e6a8911419 --- /dev/null +++ b/testing/openjdk13/aarch64.patch @@ -0,0 +1,12 @@ +The header is not present with musl and including is not needed + +--- 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 @@ + # include <pwd.h> + # include <poll.h> + # include <ucontext.h> +-# include <fpu_control.h> + + #ifdef BUILTIN_SIM + #define REG_SP REG_RSP |
