Skip to content
Snippets Groups Projects
Commit b152f3ae authored by madbehaviorus's avatar madbehaviorus
Browse files

The tianocore build script fails, because there are no coreboot-version file...

The tianocore build script fails, because there are no coreboot-version file are available. So I set it as commit and the script works like a charm
parent 67e2365a
Branches
Tags
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment