mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-08-15 14:08:23 +02:00
gcc-runtime-external: override REL_S
This is needed to fix the debug prefix map, as we want to be looking for gcc and gcc-runtime, not gcc-runtime-external. JIRA: SB-21854 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -5,6 +5,8 @@ require recipes-devtools/gcc/gcc-runtime.inc
|
||||
require recipes-external/gcc/gcc-no-shared-source.inc
|
||||
inherit external-toolchain
|
||||
|
||||
REL_S = "/usr/src/debug/gcc/${EXTENDPE}${GCC_VERSION}-${PR}"
|
||||
|
||||
# GCC >4.2 is GPLv3
|
||||
DEPENDS = "libgcc"
|
||||
EXTRA_OECONF = ""
|
||||
|
||||
Reference in New Issue
Block a user