rpms/binutils/devel binutils-2.20.51.0.2-set-long-long.patch, 1.1, 1.2

roland roland at fedoraproject.org
Fri Oct 16 00:41:02 UTC 2009


Author: roland

Update of /cvs/pkgs/rpms/binutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8033

Modified Files:
	binutils-2.20.51.0.2-set-long-long.patch 
Log Message:
Remove bogon patch for .orig file

binutils-2.20.51.0.2-set-long-long.patch:
 configure    |    6 ++++--
 configure.in |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

Index: binutils-2.20.51.0.2-set-long-long.patch
===================================================================
RCS file: /cvs/pkgs/rpms/binutils/devel/binutils-2.20.51.0.2-set-long-long.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- binutils-2.20.51.0.2-set-long-long.patch	12 Oct 2009 11:18:37 -0000	1.1
+++ binutils-2.20.51.0.2-set-long-long.patch	16 Oct 2009 00:41:01 -0000	1.2
@@ -36,42 +36,3 @@ diff -rup ../binutils-2.20.51.0.2.orig/b
      BFD_HOSTPTR_T="unsigned long long"
    fi
  fi
-diff -rup ../binutils-2.20.51.0.2.orig/bfd/configure.orig bfd/configure.orig
---- ../binutils-2.20.51.0.2.orig/bfd/configure.orig	2009-10-12 11:45:05.000000000 +0100
-+++ bfd/configure.orig	2009-10-12 11:31:43.000000000 +0100
-@@ -10670,10 +10670,34 @@ fi
-   # before this can be enabled.
-   hardcode_into_libs=yes
- 
-+   # find out which ABI we are using
-+   libsuff=
-+   case "$host_cpu" in
-+   x86_64*|s390*|powerpc*|ppc*|sparc*)
-+     echo 'int i;' > conftest.$ac_ext
-+     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+   (eval $ac_compile) 2>&5
-+   ac_status=$?
-+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+   (exit $ac_status); }; then
-+       case `/usr/bin/file conftest.$ac_objext` in
-+       *64-bit*)
-+         libsuff=64
-+         if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
-+           sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-+         fi
-+         sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
-+         ;;
-+       esac
-+     fi
-+     rm -rf conftest*
-+     ;;
-+   esac
-+ 
-   # Append ld.so.conf contents to the search path
-   if test -f /etc/ld.so.conf; then
-     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
--    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
-   fi
- 
-   # We used to test for /lib/ld.so.1 and disable shared libraries on




More information about the fedora-extras-commits mailing list