summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/9/default.nix
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2023-06-13 15:33:38 +0200
committerArnout Engelen <arnout@bzzt.net>2023-06-13 17:16:20 +0200
commite8d0aa9d19014bb74a75071e70b7175e9bf58722 (patch)
treed0aec896b2d531bd994311cda83082d3e798e0ae /pkgs/development/compilers/gcc/9/default.nix
parentd7d5b4188282c20c9ffb306361ac68ec349665c9 (diff)
downloadnixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.tar
nixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.tar.gz
nixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.tar.bz2
nixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.tar.lz
nixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.tar.xz
nixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.tar.zst
nixpkgs-e8d0aa9d19014bb74a75071e70b7175e9bf58722.zip
Revert "gcc: install info files serially"
Because the build still uses a pre-4.4 version of GNU Make,
this option makes the whole build serial rather than only
the installation.

See also https://gcc.gnu.org/PR109898

This reverts commit f3995cee01fad5aeb5b67de8426a7a0321c74ebf.
Diffstat (limited to 'pkgs/development/compilers/gcc/9/default.nix')
-rw-r--r--pkgs/development/compilers/gcc/9/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/9/default.nix b/pkgs/development/compilers/gcc/9/default.nix
index aceb912d7a6..f68a4c2d947 100644
--- a/pkgs/development/compilers/gcc/9/default.nix
+++ b/pkgs/development/compilers/gcc/9/default.nix
@@ -59,7 +59,6 @@ let majorVersion = "9";
       ./fix-struct-redefinition-on-glibc-2.36.patch
       # Fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80431
       ../fix-bug-80431.patch
-      ../install-info-files-serially.patch
     ] ++ optional (targetPlatform != hostPlatform) ../libstdc++-target.patch
       ++ optional targetPlatform.isNetBSD ../libstdc++-netbsd-ctypes.patch
       ++ optional noSysDirs ../no-sys-dirs.patch