Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/compilers/gcc-2.95/default.nix

18 lines
401 B
Nix
Raw Normal View History

* The `patch' command is now part of stdenv, so it no longer needs to be passed to derivations that need to apply patches. * GCC 3.4 is now the default compiler (old GCC renamed to `gcc-3.3'). * The temporary GCCs built during the stdenvLinux bootstrap are now built without C++ support and without profiling. * Remove fixincl in GCC 3.4 to prevent a retained dependency on the previous GCC. * Always set $prefix in setup.sh, even when there is no configure script. svn path=/nixpkgs/trunk/; revision=1444
2004-09-18 17:23:18 +00:00
{ stdenv, fetchurl, noSysDirs
* GCC 2.95.3 (required to build some "old" stuff). svn path=/nixpkgs/trunk/; revision=1213
2004-08-03 10:36:29 +00:00
, langC ? true, langCC ? true, langF77 ? false
}:
assert langC;
stdenv.mkDerivation {
name = "gcc-2.95.3";
builder = ./builder.sh;
src = fetchurl {
* Rewrite all URLs to GNU mirrors to mirror://gnu/. svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
url = mirror://gnu/gcc/gcc-2.95.3.tar.gz;
* GCC 2.95.3 (required to build some "old" stuff). svn path=/nixpkgs/trunk/; revision=1213
2004-08-03 10:36:29 +00:00
md5 = "f3ad4f32c2296fad758ed051b5ac8e28";
};
# !!! apply only if noSysDirs is set
patches = [./no-sys-dirs.patch];
inherit noSysDirs langC langCC langF77;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 158ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API