summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-11-17 22:20:48 +0100
committerGitHub <noreply@github.com>2020-11-17 21:20:48 +0000
commit05e0aa3040e4e94be4ee53dd22d754aaca9da133 (patch)
tree0e8b4a439248137ef46cc3eadd3874751557527e /pkgs/stdenv/linux/make-bootstrap-tools.nix
parente949d758998fafbef608adcf9f54d79a6e7da4c8 (diff)
gcc: update to isl 0.20.0 for bootstrapping and recent versions (#103311)
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index ec5f1092a469..421bb8502a4c 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -152,7 +152,7 @@ in with pkgs; rec {
# These needed for cross but not native tools because the stdenv
# GCC has certain things built in statically. See
# pkgs/stdenv/linux/default.nix for the details.
- cp -d ${isl_0_17.out}/lib/libisl*.so* $out/lib
+ cp -d ${isl_0_20.out}/lib/libisl*.so* $out/lib
'' + ''
cp -d ${bzip2.out}/lib/libbz2.so* $out/lib