nixpkgs/pkgs/development/libraries/glibc-nptl
Eelco Dolstra b5409b8e98 * Glibc 2.7.
* Hack to remove the dependency on Perl.

* Hack to work around this bug:

    http://sourceware.org/bugzilla/show_bug.cgi

  I.e. when gcc is compiled with --with-arch=i686, then the
  preprocessor symbol `__i686' will be defined to `1'.  This causes
  the symbol __i686.get_pc_thunk.dx to be mangled.  The error message
  for reference:

../sysdeps/i386/fpu/s_frexp.S: Assembler messages:
../sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
...
../sysdeps/i386/fpu/s_frexp.S:66: Error: ".endif" without ".if"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk `.get_pc_thunk.dx' after expression

  Now Glibc builds again with GCC 4.x.

svn path=/nixpkgs/branches/stdenv-updates/; revision=9660
2007-11-12 18:01:27 +00:00
..
builder.sh * Glibc 2.7. 2007-11-12 18:01:27 +00:00
default.nix * Glibc 2.7. 2007-11-12 18:01:27 +00:00
glibc-getcwd-param-MAX.patch * Old work on Glibc with NPTL. No idea if it compiles/works. 2007-08-18 16:15:09 +00:00
glibc-pwd.patch * Old work on Glibc with NPTL. No idea if it compiles/works. 2007-08-18 16:15:09 +00:00