sparc-darwin.patch 523 B

123456789101112
  1. diff -Nur glibc-2.19.orig/configure glibc-2.19/configure
  2. --- glibc-2.19.orig/configure 2014-02-07 10:04:38.000000000 +0100
  3. +++ glibc-2.19/configure 2014-04-16 23:11:01.000000000 +0200
  4. @@ -6228,7 +6228,7 @@
  5. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  6. test $ac_status = 0; }; }
  7. then
  8. - if $READELF -S conftest.so | grep '\.rel\(a\|\)\.dyn' > /dev/null; then
  9. + if $READELF -S conftest.so | grep '\.\(rela\|rel\)\.dyn' > /dev/null; then
  10. libc_cv_z_combreloc=yes
  11. else
  12. libc_cv_z_combreloc=no