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:24:59 +0100 |
commit | b6f1b26db8a1da2aae9557eeb8aae5beb7af1a06 (patch) | |
tree | f5d2ac6703ee1accfbf71d7f64ab118c7760331d /scripts/lib/devtool/standard.py | |
parent | 90a12e07ee22df900fa740c6c2f1efe41e93b9f4 (diff) | |
download | openembedded-core-b6f1b26db8a1da2aae9557eeb8aae5beb7af1a06.tar.gz openembedded-core-b6f1b26db8a1da2aae9557eeb8aae5beb7af1a06.tar.bz2 openembedded-core-b6f1b26db8a1da2aae9557eeb8aae5beb7af1a06.zip |
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.
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 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions