* gcc-wrapper: inherit gcc's name by default.

* gcc: upgraded to 3.4.1.

  Zie je wel, Martin, gcc is niet eng :-)

svn path=/nixpkgs/trunk/; revision=1128
This commit is contained in:
Eelco Dolstra
2004-07-05 12:00:19 +00:00
parent 6315d6d923
commit 2bf90b3fbf
3 changed files with 6 additions and 6 deletions

View File

@@ -207,7 +207,6 @@ rec {
};
gcc340 = (import ../build-support/gcc-wrapper) {
name = "gcc-3.4.0";
nativeTools = false;
nativeGlibc = false;
gcc = (import ../development/compilers/gcc-3.4) {