1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-16 18:09:56 +00:00
Files
poky/meta/recipes-devtools
Khem Raj 7b6f66777e 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>
2016-07-08 09:57:25 +01:00
..
2016-06-03 13:13:27 +01:00
2016-06-04 14:13:33 +01:00
2016-02-28 11:33:04 +00:00
2016-02-19 01:01:24 +00:00
2016-06-12 23:47:18 +01:00
2016-06-04 14:13:35 +01:00
2016-07-08 09:57:24 +01:00
2016-06-15 08:35:00 +01:00
2016-06-15 08:35:00 +01:00
2016-07-08 09:57:24 +01:00
2015-12-18 12:18:19 +00:00
2016-07-08 09:57:24 +01:00
2016-05-19 09:05:20 +01:00
2016-05-25 07:50:17 +01:00
2016-06-15 08:35:00 +01:00
2015-12-16 12:12:17 +00:00
2016-06-23 14:26:15 +01:00
2016-06-07 15:22:37 +01:00
2016-05-11 10:33:39 +01:00
2016-07-08 09:57:24 +01:00
2016-06-15 08:35:03 +01:00
2016-07-08 09:57:24 +01:00
2016-07-08 09:57:24 +01:00
2016-07-08 09:57:24 +01:00
2016-07-08 09:57:24 +01:00
2016-03-28 15:55:48 +01:00
2016-06-15 08:35:01 +01:00
2016-06-03 13:13:27 +01:00
2016-07-01 16:22:43 +01:00
2016-07-08 09:57:24 +01:00
2015-12-16 12:12:15 +00:00
2016-05-13 13:41:30 +01:00
2016-05-30 15:58:13 +01:00