1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

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 <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2020-08-04 16:56:00 +01:00
parent 6b68a434a5
commit 1c125f216b
@@ -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"