diff options
author | Simon Frankenberger <simon@fraho.eu> | 2019-06-02 21:54:02 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 17:27:50 +0000 |
commit | 309e323d10bf9a58a9da59eb60c09079a3c09a0a (patch) | |
tree | d0dd415cd1db358325c412013d94e23b1cada653 /community/openjdk10/aarch64.patch | |
parent | 6212920763e5e59a83b6d2654a92e258ab791ea0 (diff) | |
download | aports-309e323d10bf9a58a9da59eb60c09079a3c09a0a.tar.bz2 aports-309e323d10bf9a58a9da59eb60c09079a3c09a0a.tar.xz |
community/openjdk9-11: Move from testing
OpenJDK 9 and 10 may be removed once 11 is built.
Diffstat (limited to 'community/openjdk10/aarch64.patch')
-rw-r--r-- | community/openjdk10/aarch64.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/openjdk10/aarch64.patch b/community/openjdk10/aarch64.patch new file mode 100644 index 0000000000..32e9d1390e --- /dev/null +++ b/community/openjdk10/aarch64.patch @@ -0,0 +1,10 @@ +--- old/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp ++++ new/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp +@@ -76,7 +76,6 @@ + # include <pwd.h> + # include <poll.h> + # include <ucontext.h> +-# include <fpu_control.h> + + #ifdef BUILTIN_SIM + #define REG_SP REG_RSP |