aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-microblaze/shadow/shadow_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-microblaze/shadow/shadow_%.bbappend')
-rw-r--r--recipes-microblaze/shadow/shadow_%.bbappend14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-microblaze/shadow/shadow_%.bbappend b/recipes-microblaze/shadow/shadow_%.bbappend
new file mode 100644
index 00000000..19b20da8
--- /dev/null
+++ b/recipes-microblaze/shadow/shadow_%.bbappend
@@ -0,0 +1,14 @@
+#
+# 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 = ""