chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
preload-hacks: Some patches to make it work.
[termux-packages]
/
disabled-packages
/
openjdk-9-jre-headless
/
os_linux_aarch64.cpp.patch
1
--- ./hotspot/src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp 2017-05-12 23:47:58.000000000 +0530
2
+++ ../os_linux_aarch64.cpp 2017-05-14 21:36:49.672414253 +0530
3
@@ -77,7 +77,9 @@
4
# include <pwd.h>
5
# include <poll.h>
6
# include <ucontext.h>
7
+# ifndef __ANDROID__
8
# include <fpu_control.h>
9
+# endif
10
11
#ifdef BUILTIN_SIM
12
#define REG_SP REG_RSP