OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../glibc/nptl-force-checks.patch.cross
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. Yet another ugly glibc patch for the ugly glibc configure stuff. We
  17. force the nptl checks to succeed during the initial cross tool build,
  18. because without libc the compiler can not link programs that early ...
  19. - Rene Rebe <rene@exactcode.de>
  20. --- libc/nptl/sysdeps/pthread/configure.orig 2003-12-03 07:50:01.000000000 +0100
  21. +++ libc/nptl/sysdeps/pthread/configure 2004-10-31 00:02:50.526362392 +0200
  22. @@ -74,7 +74,7 @@
  23. echo "$as_me: failed program was:" >&5
  24. sed 's/^/| /' conftest.$ac_ext >&5
  25. -libc_cv_forced_unwind=no
  26. +libc_cv_forced_unwind=yes
  27. fi
  28. rm -f conftest.err conftest.$ac_objext \
  29. conftest$ac_exeext conftest.$ac_ext
  30. @@ -139,7 +139,7 @@
  31. echo "$as_me: failed program was:" >&5
  32. sed 's/^/| /' conftest.$ac_ext >&5
  33. -libc_cv_c_cleanup=no
  34. +libc_cv_c_cleanup=yes
  35. fi
  36. rm -f conftest.err conftest.$ac_objext \
  37. conftest$ac_exeext conftest.$ac_ext