Currently in cross-compilation mode the --host is set to x86-linux-linux, which results in an error. Change the code so that for x86 and x86_64 the second part is 'pc', and 'unknown' for the rest. Use cpu model instead of cpu family for the first part, as suggested by @dcbaker As the result, we get: i386-pc-linux on my setup. Fixes #12608pull/12616/head
parent
5de09cbe88
commit
be04234c85
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue