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
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
for i in adb fastboot
do
patchelf --set-interpreter ${stdenv_32bit.cc.libc}/lib/ld-linux.so.2 $i
patchelf --set-rpath ${stdenv_32bit.cc.gcc}/lib $i
patchelf --set-rpath ${stdenv_32bit.cc.cc}/lib $i
done
''}
'';