minimal-bootstrap.binutils: parallelise
This commit is contained in:
parent
b99da9eb04
commit
2f400edeb3
@ -105,10 +105,10 @@ bash.runCommand "${pname}-${version}" {
|
|||||||
bash ./configure ${lib.concatStringsSep " " configureFlags}
|
bash ./configure ${lib.concatStringsSep " " configureFlags}
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
make all-libiberty all-gas all-bfd all-libctf all-zlib all-gprof
|
make -j $NIX_BUILD_CORES all-libiberty all-gas all-bfd all-libctf all-zlib all-gprof
|
||||||
make all-ld # race condition on ld/.deps/ldwrite.Po, serialize
|
make all-ld # race condition on ld/.deps/ldwrite.Po, serialize
|
||||||
make
|
make -j $NIX_BUILD_CORES
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
make install
|
make -j $NIX_BUILD_CORES install
|
||||||
''
|
''
|
||||||
|
@ -26,6 +26,8 @@ lib.makeScope
|
|||||||
binutils = callPackage ./binutils {
|
binutils = callPackage ./binutils {
|
||||||
bash = bash_2_05;
|
bash = bash_2_05;
|
||||||
tinycc = tinycc-musl;
|
tinycc = tinycc-musl;
|
||||||
|
gnumake = gnumake-musl;
|
||||||
|
gnutar = gnutar-musl;
|
||||||
};
|
};
|
||||||
|
|
||||||
bzip2 = callPackage ./bzip2 {
|
bzip2 = callPackage ./bzip2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user