GCC patch is applied as fix to avoid #ident and .sdata symbol/locations issues when generating with debug symbols.
Signed-off-by: Nathan Rossi <[email protected]> --- recipes-microblaze/shadow/shadow_%.bbappend | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 recipes-microblaze/shadow/shadow_%.bbappend diff --git a/recipes-microblaze/shadow/shadow_%.bbappend b/recipes-microblaze/shadow/shadow_%.bbappend deleted file mode 100644 index 19b20da899..0000000000 --- a/recipes-microblaze/shadow/shadow_%.bbappend +++ /dev/null @@ -1,14 +0,0 @@ -# -# MicroBlaze Yocto Built Toolchain fails to compile shadow -# -------------------------------------------------------- -# There is an issue with the GCC 4.8 toolchain built by Yocto which fails to -# correctly built the 'shadow' package due to an assembler error. -# -# {standard input}: Assembler messages: -# {standard input}:754: Error: operation combines symbols in different segments -# -# The current workaround for this issue is to build the entire repository -# without debug symbols, or to disable debug symbols only for shadow. -# - -DEBUG_FLAGS_microblaze = "" -- 2.14.2 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
