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:55:41 +0100 |
commit | b362cf6ef6d7fa22a525cf3e1d17943e897bd8aa (patch) | |
tree | 33d0d1976f506755659406a6b2e972ac040116dc /meta/recipes-devtools/gnu-config | |
parent | 92cfdb2ba7e04e2b70986c6569f500dd2a48b5d1 (diff) | |
download | openembedded-core-b362cf6ef6d7fa22a525cf3e1d17943e897bd8aa.tar.gz openembedded-core-b362cf6ef6d7fa22a525cf3e1d17943e897bd8aa.tar.bz2 openembedded-core-b362cf6ef6d7fa22a525cf3e1d17943e897bd8aa.zip |
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.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
0 files changed, 0 insertions, 0 deletions