diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-09-30 01:46:18 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-10-18 18:00:09 +1000 |
commit | 09aad52d3c3072ce00206244f5c59733ad76f73b (patch) | |
tree | c0cc2838906ec61dfac740b77eb6f177597c5252 | |
parent | 7920c9d001760831b4864147850c2e8a172c7686 (diff) | |
download | meta-xilinx-09aad52d3c3072ce00206244f5c59733ad76f73b.tar.gz |
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 <nathan@nathanrossi.com>
-rw-r--r-- | recipes-microblaze/shadow/shadow_%.bbappend | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ | |||
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 = "" | ||