mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
libgcc-8: filter -fcanon-prefix-map from DEBUG_FLAGS
OE-Core DEBUG_FLAGS setting has been update for gcc 13, adding a new option that isn't understood by older compilers. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -4,6 +4,8 @@ require gcc-8-configure-common.inc
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
DEBUG_PREFIX_MAP:remove:class-target = "-fcanon-prefix-map"
|
||||
|
||||
do_configure () {
|
||||
install -d ${D}${base_libdir} ${D}${libdir}
|
||||
mkdir -p ${B}/${BPN}
|
||||
|
||||
Reference in New Issue
Block a user