From 18be955c9a432b035f8ed7c5965d7eb70b5bfec9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Jun 2023 15:56:57 +0100 Subject: [PATCH] arm-bsp/external-system: remove -fcanon-prefix-map from DEBUG_PREFIX_MAP This recipe uses the binary Arm compiler, which is based on GCC 12. Remove this GCC 13-specific option until the next release. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../recipes-bsp/external-system/external-system_0.1.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb index dce29a93..8b09ab0d 100644 --- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb +++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb @@ -21,6 +21,9 @@ PRODUCT = "corstone-1000" S = "${WORKDIR}/git" B = "${WORKDIR}/build" +# remove once arm-none-eabi-gcc updates to 13 or newer like poky +DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map" + LDFLAGS[unexport] = "1" do_compile() {