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.

63 lines
2.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../glibc/any-cc-ok.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. We want to be able to use any reanable working system to bootstrap T2. Here
  17. we only extract headers and thus any gcc is ok.
  18. - Rene Rebe <rene@exactcode.de>
  19. --- ./configure.vanilla 2005-10-26 18:37:37.643642320 +0300
  20. +++ ./configure 2005-10-26 18:59:09.289629792 +0300
  21. @@ -4116,9 +4115,9 @@
  22. ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
  23. case $ac_prog_version in
  24. '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  25. - 3.4* | 4.[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. echo "$as_me:$LINENO: result: $ac_prog_version" >&5
  32. --- glibc-20051128/nptl/sysdeps/pthread/configure 2003-12-03 07:50:01.000000000 +0100
  33. +++ glibc-20051128-fixed/nptl/sysdeps/pthread/configure 2005-12-09 14:17:37.000000000 +0100
  34. @@ -3,14 +3,14 @@
  35. if test "x$libc_cv_gcc___thread" != xyes; then
  36. { { echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5
  37. echo "$as_me: error: compiler support for __thread is required" >&2;}
  38. - { (exit 1); exit 1; }; }
  39. + }
  40. fi
  41. if test "x${libc_cv_visibility_attribute}" != xyes ||
  42. test "x${libc_cv_broken_visibility_attribute}" != xno; then
  43. { { echo "$as_me:$LINENO: error: working compiler support for visibility attribute is required" >&5
  44. echo "$as_me: error: working compiler support for visibility attribute is required" >&2;}
  45. - { (exit 1); exit 1; }; }
  46. + }
  47. fi
  48. if test "x$libc_cv_asm_cfi_directives" != xyes; then
  49. @@ -18,7 +18,7 @@
  50. i386 | x86_64 | powerpc | s390)
  51. { { echo "$as_me:$LINENO: error: CFI directive support in assembler is required" >&5
  52. echo "$as_me: error: CFI directive support in assembler is required" >&2;}
  53. - { (exit 1); exit 1; }; } ;;
  54. + } ;;
  55. *) ;;
  56. esac
  57. fi