From 05e0aa3040e4e94be4ee53dd22d754aaca9da133 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 17 Nov 2020 22:20:48 +0100 Subject: gcc: update to isl 0.20.0 for bootstrapping and recent versions (#103311) --- pkgs/stdenv/linux/make-bootstrap-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix') 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 -- cgit v1.2.3