Merge #186469: gcc12: apply working patch for darwin-aarch64
This commit is contained in:
commit
7ea33d2d0d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue