1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 14:05:25 +03:00
aports/community/openjdk23-loongarch/fpu_control.patch
Celeste a69ccd85e0 community/openjdk23-loongarch: move from testing
- switch makedepends from -bootstrap to -loongarch variant
    having pkgver beginning with 0.0 will make openjdk22-bootstrap
    choose openjdk22 instead, as provider priorities are the same
    so make it explicit that we want to use a boot JDK with Server VM
    following this, the first openjdk -loongarch aport in the next
    LTS bootstrap chain will depend on -bootstrap, and all subsequent
    versions depend on -loongarch, which bootstraps in around 15 mins

  - carry over $_provide_java changes from openjdk22-loongarch
    when _provide_java=false, static-libs are not built to save
    space, and subpackages do not provide java-jdk/jre(-headless)
    my intention is to have _provide_java=true only for LTS JDKs
    so Java aports depending on java-jdk will be built against
    the latest LTS (which in actuality, may also not be what is
    intended, as that means it will not work with earlier LTS)
2024-09-14 03:48:26 +00:00

10 lines
275 B
Diff

--- a/src/hotspot/os_cpu/linux_loongarch/os_linux_loongarch.cpp
+++ b/src/hotspot/os_cpu/linux_loongarch/os_linux_loongarch.cpp
@@ -72,7 +72,6 @@
# include <pwd.h>
# include <poll.h>
# include <ucontext.h>
-# include <fpu_control.h>
#define REG_SP 3
#define REG_FP 22