Skip to content
Snippets Groups Projects
Commit 38405346 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

edk2-firmware: Do release builds even on clang


Release builds with clang were fixed in 202202. We can drop this
workaround now as we are on that version.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent cc448a5f
No related branches found
No related tags found
1 merge request!250Add support for qemuarm/64 machines with EFI
......@@ -5,6 +5,8 @@
export GCC5_ARM_PREFIX = "${TARGET_PREFIX}"
export CLANG38_ARM_PREFIX = "${TARGET_PREFIX}"
EDK2_BUILD_RELEASE:toolchain-clang = "1"
do_install:prepend() {
# Some platforms use an ARCH suffix.
if [ ! -e "${B}/Build/${EDK2_PLATFORM}" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment