88ab6c1edd
Use with a bit of care though, because it will need an extra flag to be able to find the right version of cc1, etc. svn path=/nixpkgs/trunk/; revision=1374
6 lines
66 B
Bash
6 lines
66 B
Bash
. $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir $out
|
|
cp -a gcc-3.3.4/* $out
|