diff options
| -rw-r--r-- | meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb index 29d9e695a9..cee320a510 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb | |||
| @@ -22,6 +22,10 @@ SRCREV = "5ea320f0f01c8de8f9dd4e4e38a245608f0287dd" | |||
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 24 | 24 | ||
| 25 | # llvm-objcopy fails | ||
| 26 | # arm-poky-linux-gnueabi-llvm-objcopy: error: 't8.so': section '.dynstr' cannot be removed because it is referenced by the section '.dynamic' | ||
| 27 | OBJCOPY:toolchain-clang = "${HOST_PREFIX}objcopy" | ||
| 28 | |||
| 25 | inherit github-releases | 29 | inherit github-releases |
| 26 | 30 | ||
| 27 | do_configure:linux-gnux32:prepend() { | 31 | do_configure:linux-gnux32:prepend() { |
