aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openjdk14/aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openjdk14/aarch64.patch')
-rw-r--r--testing/openjdk14/aarch64.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/openjdk14/aarch64.patch b/testing/openjdk14/aarch64.patch
deleted file mode 100644
index 3f088dd9ccf..00000000000
--- a/testing/openjdk14/aarch64.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Subject: Remove fpu_control.h include
-Upstream: No
-Author: Simon Frankenberger <simon-alpine@fraho.eu>
-
-The header is not present with musl and including it results in build error.
-It's not needed anyways.
-
---- old/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
-+++ new/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
-@@ -74,7 +74,6 @@
- # include <pwd.h>
- # include <poll.h>
- # include <ucontext.h>
--# include <fpu_control.h>
-
- #define REG_FP 29
- #define REG_LR 30