summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-26 21:14:39 -0700
committerKhem Raj <raj.khem@gmail.com>2023-10-26 21:16:39 -0700
commitab8e9d74c88b18349e119a3ce804a7e08b8d96f0 (patch)
tree2e8a097b256d4c1797df9a0f47a0e0db84622ad6 /recipes-bsp
parentf864f24371ea640f0d04cc3415e61df6c50ef8d1 (diff)
downloadmeta-freescale-ab8e9d74c88b18349e119a3ce804a7e08b8d96f0.tar.gz
imx-sc-firmware: Remove -fcanon-prefix-map
Its not supported by gcc < 13 and this package uses a prebuilt toolchain based on gcc 8 Fixes | arm-none-eabi-gcc: error: unrecognized command line option '-fcanon-prefix-map'; did you mean '-fmacro-prefix-map='? Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb2
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 24236a16..7dc2e593 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
@@ -40,4 +40,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
40 40
41LDFLAGS:remove = "-fuse-ld=lld" 41LDFLAGS:remove = "-fuse-ld=lld"
42 42
43DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map"
44
43COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" 45COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)"