From 5df94bfc6631208665d843f20f34fccd61eb7865 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 8 Jul 2020 14:59:19 +0200 Subject: [PATCH] Use current gcc version with mcxx --- bsc/mcxx/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bsc/mcxx/default.nix b/bsc/mcxx/default.nix index 0424b32..511ea1e 100644 --- a/bsc/mcxx/default.nix +++ b/bsc/mcxx/default.nix @@ -26,13 +26,6 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - # Use full path for the backend compilers - preConfigure = '' - export GCC=${gcc}/bin/gcc - export GXX=${gcc}/bin/g++ - export GFORTRAN=${gfortran}/bin/gfortran - ''; - buildInputs = [ autoreconfHook nanos6