xref: /OK3568_Linux_fs/yocto/meta-clang/recipes-bsp/systemd-boot/systemd-boot_%.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1do_configure:append:toolchain-clang() {
2	export EFI_CC="${CC}"
3	sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build
4}
5