Coreboot: Difference between revisions
imported>Milahu No edit summary |
imported>Milahu build toolchain only for x64 |
||
| Line 47: | Line 47: | ||
# build toolchain | # build toolchain | ||
# this can take some hours | # this can take some hours | ||
make crossgcc CPUS=$(nproc) | # list all targets: make help | ||
make crossgcc-x64 CPUS=$(nproc) | |||
# build firmware | # build firmware | ||