From 09aad52d3c3072ce00206244f5c59733ad76f73b Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Sat, 30 Sep 2017 01:46:18 +1000 Subject: shadow: Drop shadow hack/workaround for MicroBlaze GCC patch is applied as fix to avoid #ident and .sdata symbol/locations issues when generating with debug symbols. Signed-off-by: Nathan Rossi --- 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 19b20da8..00000000 --- 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 = "" -- cgit v1.2.3-54-g00ecf