gcc8: s/hostPlatform/stdenv/
This commit is contained in:
parent
87fd200b9a
commit
7feb762344
1 changed files with 1 additions and 1 deletions
|
@ -6073,7 +6073,7 @@ with pkgs;
|
||||||
|
|
||||||
gccFun = callPackage ../development/compilers/gcc/7;
|
gccFun = callPackage ../development/compilers/gcc/7;
|
||||||
# Temporary solution until #40038 is fixed
|
# Temporary solution until #40038 is fixed
|
||||||
gcc = if hostPlatform.isDarwin then gcc7 else gcc8;
|
gcc = if stdenv.isDarwin then gcc7 else gcc8;
|
||||||
gcc-unwrapped = gcc.cc;
|
gcc-unwrapped = gcc.cc;
|
||||||
|
|
||||||
gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
|
gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
|
||||||
|
|
Loading…
Reference in a new issue