mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Update clonejdk.sh
This commit is contained in:
parent
617b92ba53
commit
1a3e7a0e4a
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
# set -e
|
||||||
hg clone http://hg.openjdk.java.net/mobile/jdk9 openjdk
|
hg clone http://hg.openjdk.java.net/mobile/jdk9 openjdk
|
||||||
cd openjdk
|
cd openjdk
|
||||||
bash ./get_source.sh
|
bash ./get_source.sh
|
||||||
@ -7,10 +7,13 @@ bash ./get_source.sh
|
|||||||
cd hotspot
|
cd hotspot
|
||||||
hg import ../../termux-openjdk-aarch64-patches/hotspot/*.patch --no-commit
|
hg import ../../termux-openjdk-aarch64-patches/hotspot/*.patch --no-commit
|
||||||
|
|
||||||
|
# print debug
|
||||||
|
cat src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.s.rej
|
||||||
|
exit 255
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cd jdk
|
cd jdk
|
||||||
hg import ../../termux-openjdk-aarch64-patches/jdk/*.patch --no-commit
|
hg import ../../termux-openjdk-aarch64-patches/jdk/*.patch --no-commit
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
hg import ../termux-openjdk-aarch64-patches/*.patch --no-commit
|
hg import ../termux-openjdk-aarch64-patches/*.patch --no-commit
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user