Lluís Batlle i Rossell 2b34bdd2ba Two fixes in one:
- our gcc should not bring libssp, because glibc provides __stack_chk_fail
  already. libssp is only for some non-glibc systems.
  The gcc configure script was not finding the header files of our glibc, so
  it assumed it did not provide __stack_chk_fail. I wrote code in the builder
  that patches the gcc/configure script properly for that.

  As a consequence, the glibc does not need anymore the "nscd-ssp-linking"
  patch, and we have a saner gcc (without libssp when using -fstack-protector)
- Instead of disabling the sse42 strstr() implementation in glibc due to the
  bug http://sourceware.org/bugzilla/show_bug.cgi?id=12123, I provide a better
  patch written after more reserach (that I submitted upstream already, and
  it's pending review).


svn path=/nixpkgs/branches/stdenv-updates/; revision=24493
2010-10-26 18:56:02 +00:00
..
2010-09-27 11:19:31 +00:00
2010-02-24 09:04:29 +00:00
2010-04-29 17:35:09 +00:00
2010-09-29 19:24:29 +00:00
2010-05-28 06:01:35 +00:00
2010-10-26 18:56:02 +00:00
2010-09-29 19:24:29 +00:00
2010-03-01 17:08:21 +00:00
2010-07-28 15:35:01 +00:00
2009-12-10 13:16:06 +00:00
2010-07-29 18:55:16 +00:00
2010-10-06 08:49:35 +00:00
2010-10-11 10:05:06 +00:00
2010-10-15 17:27:54 +00:00
2010-09-30 10:49:02 +00:00
2010-04-30 22:25:25 +00:00