mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
libinstrument lib linking patch
This commit is contained in:
parent
5eebbee1d0
commit
617b92ba53
@ -2,7 +2,6 @@
|
|||||||
+++ ./src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.s 2020-19-09 12:47:00.000000000 +0530
|
+++ ./src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.s 2020-19-09 12:47:00.000000000 +0530
|
||||||
|
|
||||||
@@ -30,10 +30,16 @@
|
@@ -30,10 +30,16 @@
|
||||||
|
|
||||||
_ZN10JavaThread25aarch64_get_thread_helperEv:
|
_ZN10JavaThread25aarch64_get_thread_helperEv:
|
||||||
stp x29, x30, [sp, -16]!
|
stp x29, x30, [sp, -16]!
|
||||||
- adrp x0, :tlsdesc:_ZN6Thread12_thr_currentE
|
- adrp x0, :tlsdesc:_ZN6Thread12_thr_currentE
|
||||||
|
10
termux-openjdk-aarch64-patches/jdk/libinstrument.patch
Normal file
10
termux-openjdk-aarch64-patches/jdk/libinstrument.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- ./make/lib/Lib-java.instrument.gmk 2017-03-30 20:45:48.000000000 +0530
|
||||||
|
+++ ./make/lib/Lib-java.instrument.gmk 2020-19-09 12:04:00.000000000 +0530
|
||||||
|
@@ -72,6 +72,7 @@
|
||||||
|
LIBS := $(JDKLIB_LIBS), \
|
||||||
|
LIBS_unix := -ljava -ljvm $(LIBZ), \
|
||||||
|
LIBS_linux := -ljli $(LIBDL), \
|
||||||
|
+ LIBS_android := -ljli $(LIBDL), \
|
||||||
|
LIBS_solaris := -ljli $(LIBDL), \
|
||||||
|
LIBS_aix := -liconv -ljli_static $(LIBDL), \
|
||||||
|
LIBS_macosx := -liconv -framework Cocoa -framework Security \
|
Loading…
x
Reference in New Issue
Block a user