From 9f66968c1064c19606b144b461a32a34fbc992c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 31 Aug 2023 16:08:44 +0100 Subject: [PATCH] add 'x86_64-unknown-uefi' build target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This target will facilitate the use of Rust in the UEFI environment Signed-off-by: Daniel P. Berrangé --- rust.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 74fad24..5b3a464 100644 --- a/rust.spec +++ b/rust.spec @@ -30,7 +30,7 @@ %global wasm_targets wasm32-unknown-unknown wasm32-wasi %endif %if 0%{?fedora} || 0%{?rhel} >= 10 -%global extra_targets x86_64-unknown-none +%global extra_targets x86_64-unknown-none x86_64-unknown-uefi %endif %endif @@ -1142,6 +1142,7 @@ end} * Mon Sep 25 2023 Josh Stone - 1.72.1-2 - Fix LLVM dependency for ELN - Add build target for x86_64-unknown-none +- Add build target for x86_64-unknown-uefi * Tue Sep 19 2023 Josh Stone - 1.72.1-1 - Update to 1.72.1.