mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 06:22:56 +02:00
build/crossgcc: insert .coreboot-version
This commit is contained in:
@@ -132,6 +132,7 @@ fi
|
||||
if [ "${arch}" = "x86_32" ] || [ "${arch}" = "x86_64" ]; then
|
||||
if [ ! -d "${cbdir}/util/crossgcc/xgcc/i386-elf/" ]; then
|
||||
(
|
||||
cat version > "${cbdir}/.coreboot-version"
|
||||
cd "${cbdir}"
|
||||
make crossgcc-i386 CPUS=$(nproc) # even for 64-bit machines, coreboot builds
|
||||
# 32-bit ROM images, so we only need to worry about i386-elf
|
||||
|
||||
Reference in New Issue
Block a user