Merge #186469: gcc12: apply working patch for darwin-aarch64

This commit is contained in:
Vladimír Čunát 2022-08-19 08:40:42 +02:00
commit 7ea33d2d0d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -70,8 +70,8 @@ let majorVersion = "12";
./PR106102-musl-poison-cpp.patch
./PR106102-musl-poison-jit.patch
] ++ optional (stdenv.isDarwin && stdenv.isAarch64) (fetchpatch {
url = "https://github.com/fxcoudert/gcc/compare/releases/gcc-11.1.0...gcc-11.1.0-arm-20210504.diff";
sha256 = "sha256-JqCGJAfbOxSmkNyq49aFHteK/RFsCSLQrL9mzUCnaD0=";
url = "https://github.com/Homebrew/formula-patches/raw/76677f2b/gcc/gcc-12.1.0-arm.diff";
sha256 = "sha256-IcCYHSCAElJqTAZELJnRRWo0/SlkgQzSvoMjYr3pgD0=";
})
++ optional langD ../libphobos.patch