File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lto = true
18
18
[package .metadata .openjdk ]
19
19
# Our CI matches the following line and extract mmtk/openjdk. If this line is updated, please check ci yaml files and make sure it works.
20
20
openjdk_repo = " https://github.com/mmtk/jdk.git"
21
- openjdk_version = " 5fc428f6349bfa137e14a5fcebbf2cb37caeb193 "
21
+ openjdk_version = " 2632c4f7b5366bed4d0cb91ea5ffe93541a70e30 "
22
22
23
23
[dependencies ]
24
24
libc = " 0.2"
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ CARGO_TARGET_FLAG =
75
75
ifeq ($(COMPILE_TYPE), cross)
76
76
ifneq ($(CREATING_BUILDJDK), true)
77
77
# Set the CARGO_TARGET based on the architecture
78
- ifeq ($(HOTSPOT_TARGET_CPU_ARCH ), riscv64)
78
+ ifeq ($(OPENJDK_TARGET_CPU_ARCH ), riscv64)
79
79
CARGO_TARGET = riscv64gc-unknown-linux-gnu
80
80
endif
81
- ifeq ($(HOTSPOT_TARGET_CPU_ARCH ), aarch64)
81
+ ifeq ($(OPENJDK_TARGET_CPU_ARCH ), aarch64)
82
82
CARGO_TARGET = aarch64-unknown-linux-gnu
83
83
endif
84
84
CARGO_EXECUTABLE = cross
You can’t perform that action at this time.
0 commit comments