Use current gcc version with mcxx

This commit is contained in:
Rodrigo Arias Mallo 2020-07-08 14:59:19 +02:00
parent 7b2c88be78
commit 5df94bfc66

View File

@ -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