aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-08-12 20:10:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 23:01:36 +0100
commite9e2884a29e95703c5b1a2fffe5e6febfa77b5cd (patch)
tree00ab9ab1443cdde1f54478795d270dc72919fcd8 /meta/recipes-core/busybox/busybox
parentebd7dce320dfdbac449b60e23cfe41125b658319 (diff)
downloadopenembedded-core-contrib-e9e2884a29e95703c5b1a2fffe5e6febfa77b5cd.tar.gz
busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE)
Build busybox on mips with -g -O, there is a ice failure: ... shell/ash.c:8758:1: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:21264 ... Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. {standard input}: Assembler messages: {standard input}: Warning: missing .end at end of assembly {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive ... The following line caused the ice failure on mips: ... void evaltreenr(union node *, int) __attribute__ ((alias("evaltree"),__noreturn__)); ... So remove evaltreenr which was a alias of evaltree, and use evaltree to instead. [YOCTO #6625] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox')
0 files changed, 0 insertions, 0 deletions