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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user