OpenSDE Packages Database (without history before r20070)

83 lines
3.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../glibc/any-cc-as-ld-ok.patch.toolchain
  5. # Copyright (C) 2010 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. At toolchain stage we only install glibc headers, so any version of gcc, as
  18. and ld are ok for us.
  19. --- glibc-2.14.1/configure.orig 2011-10-07 11:48:55.000000000 +0200
  20. +++ glibc-2.14.1/configure 2011-11-10 18:23:48.900099502 +0100
  21. @@ -4760,9 +4760,9 @@
  22. ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
  23. case $ac_prog_version in
  24. '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  25. - 2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
  26. + *)
  27. ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  28. - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  29. + XXX) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  30. esac
  31. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
  32. @@ -4823,9 +4823,9 @@
  33. ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
  34. case $ac_prog_version in
  35. '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  36. - 2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
  37. + *)
  38. ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  39. - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  40. + XXX) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  41. esac
  42. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
  43. @@ -4939,9 +4939,9 @@
  44. ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
  45. case $ac_prog_version in
  46. '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  47. - 3.4* | 4.[0-9]* )
  48. + *)
  49. ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  50. - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  51. + XXX) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  52. esac
  53. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
  54. --- glibc-2.14.1/nptl/sysdeps/pthread/configure.orig 2011-10-07 11:48:55.000000000 +0200
  55. +++ glibc-2.14.1/nptl/sysdeps/pthread/configure 2011-11-10 18:33:29.760099780 +0100
  56. @@ -128,22 +128,6 @@
  57. } # ac_fn_c_try_link
  58. # This file is generated from configure.in by Autoconf. DO NOT EDIT!
  59. -if test "x$libc_cv_gcc___thread" != xyes; then
  60. - as_fn_error $? "compiler support for __thread is required" "$LINENO" 5
  61. -fi
  62. -
  63. -if test "x${libc_cv_visibility_attribute}" != xyes ||
  64. - test "x${libc_cv_broken_visibility_attribute}" != xno; then
  65. - as_fn_error $? "working compiler support for visibility attribute is required" "$LINENO" 5
  66. -fi
  67. -
  68. -if test "x$libc_cv_asm_cfi_directives" != xyes; then
  69. - case "$base_machine" in
  70. - i386 | x86_64 | powerpc | s390)
  71. - as_fn_error $? "CFI directive support in assembler is required" "$LINENO" 5 ;;
  72. - *) ;;
  73. - esac
  74. -fi
  75. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for forced unwind support" >&5