add 'x86_64-unknown-uefi' build target
This target will facilitate the use of Rust in the UEFI environment Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
58662257c8
commit
9f66968c10
@ -30,7 +30,7 @@
|
|||||||
%global wasm_targets wasm32-unknown-unknown wasm32-wasi
|
%global wasm_targets wasm32-unknown-unknown wasm32-wasi
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 10
|
%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
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1142,6 +1142,7 @@ end}
|
|||||||
* Mon Sep 25 2023 Josh Stone <jistone@redhat.com> - 1.72.1-2
|
* Mon Sep 25 2023 Josh Stone <jistone@redhat.com> - 1.72.1-2
|
||||||
- Fix LLVM dependency for ELN
|
- Fix LLVM dependency for ELN
|
||||||
- Add build target for x86_64-unknown-none
|
- Add build target for x86_64-unknown-none
|
||||||
|
- Add build target for x86_64-unknown-uefi
|
||||||
|
|
||||||
* Tue Sep 19 2023 Josh Stone <jistone@redhat.com> - 1.72.1-1
|
* Tue Sep 19 2023 Josh Stone <jistone@redhat.com> - 1.72.1-1
|
||||||
- Update to 1.72.1.
|
- Update to 1.72.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user