We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"threads" is 14 on my machine, but the toolchain make that coreboot performs seems to be single-threaded. this might be a coreboot problem.
i can see the original make was called correctly from ps:
brho 253888 253487 0 14:54 pts/10 00:00:00 make -j14 crossgcc-i386 iasl
but i don't know if that's getting passed down correctly. here's the child:
`brho 253962 253888 0 14:54 pts/10 00:00:00 make -C util/crossgcc build-i386 build_iasl SKIP_GDB=1'
either way, it's been building GCC v8.1.0 for a long time now, and it's using at most one CPU.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"threads" is 14 on my machine, but the toolchain make that coreboot performs seems to be single-threaded. this might be a coreboot problem.
i can see the original make was called correctly from ps:
brho 253888 253487 0 14:54 pts/10 00:00:00 make -j14 crossgcc-i386 iasl
but i don't know if that's getting passed down correctly. here's the child:
`brho 253962 253888 0 14:54 pts/10 00:00:00 make -C util/crossgcc build-i386 build_iasl SKIP_GDB=1'
either way, it's been building GCC v8.1.0 for a long time now, and it's using at most one CPU.
The text was updated successfully, but these errors were encountered: