From 56412ee9ceb174da11a0ed045c4d690574cc11f6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 10 Jun 2023 08:42:18 -0700 Subject: 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 --- recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp') 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" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" +LDFLAGS:remove = "-fuse-ld=lld" + COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" -- cgit v1.2.3-54-g00ecf