Merge pull request #388 from Googulator/kernel-bootstrap-jobs

Restore multicore build support with kernel-bootstrap
This commit is contained in:
fosslinux 2024-01-10 07:16:10 +00:00 committed by GitHub
commit 01a4f90378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,14 @@
#!/bin/sh
#
# SPDX-FileCopyrightText: 2024 Gábor Stefanik <netrolller.3d@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Finalize job count once SMP support is available
cat >> /steps/bootstrap.cfg <<- EOF
JOBS=${FINAL_JOBS}
EOF
. /steps/bootstrap.cfg
. /steps/env

View file

@ -6,7 +6,7 @@
unset GUILE_LOAD_PATH
cat > /steps/env <<- EOF
cat >> /steps/env <<- 'EOF'
export PATH=${PREFIX}/bin
PREFIX=${PREFIX}
LIBDIR=${LIBDIR}