mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-02-03 13:34:15 +01:00
Merge branch 'master' of madbehaviorus/lbmk into master
This commit is contained in:
commit
d3ede9ae5e
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ fi
|
|||
|
||||
if [ ! -d "coreboot/default/util/crossgcc/xgcc/i386-elf" ]; then
|
||||
(
|
||||
cat version coreboot/default/.coreboot-version
|
||||
# cat version coreboot/default/.coreboot-version -> breaks the build process; this file is not available, at the moment
|
||||
|
||||
cd coreboot/default/
|
||||
make crossgcc-i386 CPUS=$(nproc) # tianocore actually uses host gcc, which means
|
||||
# right now you should be building this on a 64-bit x86 host.
|
||||
|
|
Loading…
Reference in a new issue