diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-06-10 08:42:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-10 08:42:18 -0700 |
commit | 56412ee9ceb174da11a0ed045c4d690574cc11f6 (patch) | |
tree | 90735acb47efb0ebf6619a963b20a56821a8a2b7 /recipes-bsp/imx-sc-firmware | |
parent | de44bd0f6fbf050a1e8f5be92c2156c234f8e039 (diff) | |
download | meta-freescale-56412ee9ceb174da11a0ed045c4d690574cc11f6.tar.gz |
imx-sc-firmware: Remove -fuse-ld=lld from linker flags
This package uses its own pre-compiled toolchain which is based on old
gcc where -fuse-ld=lld is not implemented and it breaks the builds for
distros using `ld-is-lld` distro feature
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp/imx-sc-firmware')
-rw-r--r-- | recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb index 7da55ddb..24236a16 100644 --- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb +++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb | |||
@@ -38,4 +38,6 @@ INHIBIT_PACKAGE_STRIP = "1" | |||
38 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 38 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
39 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
40 | 40 | ||
41 | LDFLAGS:remove = "-fuse-ld=lld" | ||
42 | |||
41 | COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" | 43 | COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" |