diff options
Diffstat (limited to 'recipes-microblaze/shadow')
| -rw-r--r-- | recipes-microblaze/shadow/shadow_%.bbappend | 14 |
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 @@ | |||
| 1 | # | ||
| 2 | # MicroBlaze Yocto Built Toolchain fails to compile shadow | ||
| 3 | # -------------------------------------------------------- | ||
| 4 | # There is an issue with the GCC 4.8 toolchain built by Yocto which fails to | ||
| 5 | # correctly built the 'shadow' package due to an assembler error. | ||
| 6 | # | ||
| 7 | # {standard input}: Assembler messages: | ||
| 8 | # {standard input}:754: Error: operation combines symbols in different segments | ||
| 9 | # | ||
| 10 | # The current workaround for this issue is to build the entire repository | ||
| 11 | # without debug symbols, or to disable debug symbols only for shadow. | ||
| 12 | # | ||
| 13 | |||
| 14 | DEBUG_FLAGS_microblaze = "" | ||
