From 1c125f216b33e807679144a2e12976f39a0275f6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 4 Aug 2020 16:56:00 +0100 Subject: [PATCH] arm/scp-firmware: don't set DEBUG_PREFIX_MAP The current arm-none-eabi-gcc supports all the flags that oe-core uses, so we can remove this. Noticed because due to the override it wasn't actually being used. Change-Id: I09aa8c5d427fa3877f9947a0508c36a4f060ae68 Signed-off-by: Ross Burton --- meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.6.0.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.6.0.bb b/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.6.0.bb index a5a4c06a..6abe4ae6 100644 --- a/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.6.0.bb +++ b/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.6.0.bb @@ -34,13 +34,6 @@ COMPATIBLE_MACHINE ?= "invalid" LDFLAGS[unexport] = "1" -# The gcc-arm-none-eabi version does not support -fmacro-prefix-max -DEBUG_PREFIX_MAP_pn-scp = "\ - -fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ - -fdebug-prefix-map=${STAGING_DIR_HOST}= \ - -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ -" - # No configure do_configure[noexec] = "1"