From 65da2c5d2dfea30e7d00b8f907f7abb5f6f887df Mon Sep 17 00:00:00 2001 From: Mikael Vidstedt Date: Wed, 1 Mar 2023 00:48:59 +0000 Subject: [PATCH] 8303412: Update linux_x64-to-linux_aarch64 cross compilation devkit at Oracle Reviewed-by: dholmes --- make/conf/jib-profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 350222bf756..8a733103844 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -1048,7 +1048,7 @@ var getJibProfilesDependencies = function (input, common) { linux_x64: "gcc11.2.0-OL6.4+1.0", macosx: "Xcode12.4+1.1", windows_x64: "VS2022-17.1.0+1.1", - linux_aarch64: "gcc11.2.0-OL7.6+1.0", + linux_aarch64: input.build_cpu == "x64" ? "gcc11.2.0-OL7.6+1.1" : "gcc11.2.0-OL7.6+1.0", linux_arm: "gcc8.2.0-Fedora27+1.0", linux_ppc64le: "gcc8.2.0-Fedora27+1.0", linux_s390x: "gcc8.2.0-Fedora27+1.0",