diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-06-30 14:09:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-06 17:25:48 +0100 |
commit | 320dacf8913de70eecbbeeab7a0b45ac5deaef40 (patch) | |
tree | 969b630c580de4d2df7f13668177a93c225a42fe /meta-yocto-bsp/recipes-core | |
parent | 11ca5f99a7202878d27cbe31ed0012bd20891b83 (diff) | |
download | poky-320dacf8913de70eecbbeeab7a0b45ac5deaef40.tar.gz |
gcc-5: 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: b6f1b26db8a1da2aae9557eeb8aae5beb7af1a06)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-core')
0 files changed, 0 insertions, 0 deletions