gcc6: fix build w/glibc-2.31

This commit is contained in:
Maximilian Bosch
2020-06-29 14:41:42 +02:00
parent cff1a1eefc
commit d348694fb6
2 changed files with 63 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ let majorVersion = "6";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
patches =
[ ../use-source-date-epoch.patch ]
[ ../use-source-date-epoch.patch ./0001-Fix-build-for-glibc-2.31.patch ]
++ optional (targetPlatform != hostPlatform) ../libstdc++-target.patch
++ optional noSysDirs ../no-sys-dirs.patch
++ optional langAda ../gnat-cflags.patch