* Include gcc 3.4.x in the nixpkgs release.
* Remove precompiled headers, which are nice except that A) they don't work; and B) they make gcc take up 270% more disk space. svn path=/nixpkgs/trunk/; revision=1129
This commit is contained in:
@@ -206,7 +206,7 @@ rec {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
};
|
||||
|
||||
gcc340 = (import ../build-support/gcc-wrapper) {
|
||||
gcc34 = (import ../build-support/gcc-wrapper) {
|
||||
nativeTools = false;
|
||||
nativeGlibc = false;
|
||||
gcc = (import ../development/compilers/gcc-3.4) {
|
||||
|
||||
@@ -29,6 +29,7 @@ let {
|
||||
bisonnew
|
||||
flexnew
|
||||
gcc
|
||||
gcc34
|
||||
aterm
|
||||
strategoxt
|
||||
ghc
|
||||
|
||||
Reference in New Issue
Block a user