Merge #146037: cxxtools: fix build on aarch64

This commit is contained in:
Vladimír Čunát 2021-11-20 16:39:14 +01:00
commit e2940290fa
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0hp3qkyhidxkdf8qgkwrnqq5bpahink55mf0yz23rjd7rpbbdswc";
};
configureFlags = lib.optional stdenv.isAarch64 "--with-atomictype=pthread";
enableParallelBuilding = true;
meta = {