mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
bpftool: Use -ffile-prefix-map instead of -fdebug-prefix-map
ffile-prefix-map is superset for reproducibility Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ EXTRA_OEMAKE = "\
|
||||
-C ${S}/tools/bpf/bpftool \
|
||||
O=${B} \
|
||||
CROSS=${TARGET_PREFIX} \
|
||||
CC="${CC} ${DEBUG_PREFIX_MAP} -fdebug-prefix-map=${STAGING_KERNEL_DIR}=${KERNEL_SRC_PATH} ${CFLAGS}" \
|
||||
CC="${CC} ${DEBUG_PREFIX_MAP} -ffile-prefix-map=${STAGING_KERNEL_DIR}=${KERNEL_SRC_PATH} ${CFLAGS}" \
|
||||
HOSTCC="${BUILD_CC} ${BUILD_CFLAGS}" \
|
||||
LD="${LD}" \
|
||||
AR=${AR} \
|
||||
|
||||
Reference in New Issue
Block a user