diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-10-26 21:14:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-26 21:16:39 -0700 |
| commit | ab8e9d74c88b18349e119a3ce804a7e08b8d96f0 (patch) | |
| tree | 2e8a097b256d4c1797df9a0f47a0e0db84622ad6 /recipes-bsp | |
| parent | f864f24371ea640f0d04cc3415e61df6c50ef8d1 (diff) | |
| download | meta-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.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 24236a169..7dc2e593e 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 | ||
| 41 | LDFLAGS:remove = "-fuse-ld=lld" | 41 | LDFLAGS:remove = "-fuse-ld=lld" |
| 42 | 42 | ||
| 43 | DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map" | ||
| 44 | |||
| 43 | COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" | 45 | COMPATIBLE_MACHINE = "(mx8qm-generic-bsp|mx8qxp-generic-bsp|mx8dxl-generic-bsp|mx8dx-generic-bsp)" |
