diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-06-29 19:57:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:25 +0100 |
commit | 7b6f66777e00c93b11691c99372efefa0c80f303 (patch) | |
tree | 3ce6983b416dda465c002e5b687a4723f32fe3ed /meta/recipes-devtools/gcc/libgcc_4.9.bb | |
parent | b45155b28a7c2eedd96932266fd39d0cac6e63df (diff) | |
download | poky-7b6f66777e00c93b11691c99372efefa0c80f303.tar.gz |
gcc-5.4: Fix hang with mmusl option on cmdline
When using -m32 -mmusl options in this order, gcc hangs
in parsing the options decode_cmdline_options_to_array()
the reason is that we have broken the link when adding
mmusl options, the order of specifying libc was not kept
in order as a result it was unable to contruct the array
correctly and ended in parse hang.
We fix the options to specify the order properly.
(From OE-Core rev: b362cf6ef6d7fa22a525cf3e1d17943e897bd8aa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc_4.9.bb')
0 files changed, 0 insertions, 0 deletions