]> code.ossystems Code Review - openembedded-core.git/commit
gcc-5.4: Fix hang with mmusl option on cmdline
authorKhem Raj <raj.khem@gmail.com>
Thu, 30 Jun 2016 02:57:56 +0000 (19:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:41 +0000 (09:55 +0100)
commitb362cf6ef6d7fa22a525cf3e1d17943e897bd8aa
tree33d0d1976f506755659406a6b2e972ac040116dc
parent92cfdb2ba7e04e2b70986c6569f500dd2a48b5d1
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>
meta/recipes-devtools/gcc/gcc-5.4/0044-Adding-mmusl-as-a-musl-libc-specifier-and-the-necess.patch