rename occurrences of cc.gcc to cc.cc

This commit is contained in:
Eric Seidel
2015-01-14 20:51:58 -08:00
parent 88eae46455
commit b070eacfcd
5 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ for bin in $(find $binaryDist -executable -type f) :; do
)
if test "$names" = "glibc"; then names="stdenv.glibc"; fi
if echo $names | grep -c "gcc" &> /dev/null; then names="stdenv.cc.gcc"; fi
if echo $names | grep -c "gcc" &> /dev/null; then names="stdenv.cc.cc"; fi
if test $lib != $libPath; then
interpreter="--interpreter \${$names}/lib/$lib"