Blame SOURCES/binutils-2.20.51.0.2-libtool-lib64.patch

5be97c
diff -rcp ../binutils-2.20.51.0.7.original/bfd/configure ./bfd/configure
5be97c
--- a/bfd/configure	2010-04-08 14:53:48.000000000 +0100
5be97c
+++ b/bfd/configure	2010-04-08 14:56:50.000000000 +0100
5be97c
@@ -10762,10 +10762,34 @@
5be97c
   # before this can be enabled.
5be97c
   hardcode_into_libs=yes
5be97c
 
5be97c
+  # find out which ABI we are using
5be97c
+  libsuff=
5be97c
+  case "$host_cpu" in
5be97c
+  x86_64*|s390*|powerpc*|ppc*|sparc*)
5be97c
+    echo 'int i;' > conftest.$ac_ext
5be97c
+    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5be97c
+  (eval $ac_compile) 2>&5
5be97c
+  ac_status=$?
5be97c
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5be97c
+  (exit $ac_status); }; then
5be97c
+      case `/usr/bin/file conftest.$ac_objext` in
5be97c
+      *64-bit*)
5be97c
+        libsuff=64
5be97c
+        if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
5be97c
+          sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
5be97c
+        fi
5be97c
+        sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
5be97c
+        ;;
5be97c
+      esac
5be97c
+    fi
5be97c
+    rm -rf conftest*
5be97c
+    ;;
5be97c
+  esac
5be97c
+
5be97c
   # Append ld.so.conf contents to the search path
5be97c
   if test -f /etc/ld.so.conf; then
5be97c
     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;s/"//g;/^$/d' | tr '\n' ' '`
5be97c
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
5be97c
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
5be97c
   fi
5be97c
 
5be97c
   # We used to test for /lib/ld.so.1 and disable shared libraries on
5be97c
diff -rcp ../binutils-2.20.51.0.7.original/binutils/configure ./binutils/configure
5be97c
--- a/binutils/configure	2010-04-08 14:53:45.000000000 +0100
5be97c
+++ b/binutils/configure	2010-04-08 14:56:21.000000000 +0100
5be97c
@@ -10560,10 +10560,34 @@
5be97c
   # before this can be enabled.
5be97c
   hardcode_into_libs=yes
5be97c
 
5be97c
+  # find out which ABI we are using
5be97c
+  libsuff=
5be97c
+  case "$host_cpu" in
5be97c
+  x86_64*|s390*|powerpc*|ppc*|sparc*)
5be97c
+    echo 'int i;' > conftest.$ac_ext
5be97c
+    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5be97c
+  (eval $ac_compile) 2>&5
5be97c
+  ac_status=$?
5be97c
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5be97c
+  (exit $ac_status); }; then
5be97c
+      case `/usr/bin/file conftest.$ac_objext` in
5be97c
+      *64-bit*)
5be97c
+        libsuff=64
5be97c
+        if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
5be97c
+          sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
5be97c
+        fi
5be97c
+        sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
5be97c
+        ;;
5be97c
+      esac
5be97c
+    fi
5be97c
+    rm -rf conftest*
5be97c
+    ;;
5be97c
+  esac
5be97c
+
5be97c
   # Append ld.so.conf contents to the search path
5be97c
   if test -f /etc/ld.so.conf; then
5be97c
     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;s/"//g;/^$/d' | tr '\n' ' '`
5be97c
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
5be97c
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
5be97c
   fi
5be97c
 
5be97c
   # We used to test for /lib/ld.so.1 and disable shared libraries on
5be97c
diff -rcp ../binutils-2.20.51.0.7.original/gas/configure ./gas/configure
5be97c
--- a/gas/configure	2010-04-08 14:53:47.000000000 +0100
5be97c
+++ b/gas/configure	2010-04-08 14:57:24.000000000 +0100
5be97c
@@ -10547,10 +10547,34 @@
5be97c
   # before this can be enabled.
5be97c
   hardcode_into_libs=yes
5be97c
 
5be97c
+  # find out which ABI we are using
5be97c
+  libsuff=
5be97c
+  case "$host_cpu" in
5be97c
+  x86_64*|s390*|powerpc*|ppc*|sparc*)
5be97c
+    echo 'int i;' > conftest.$ac_ext
5be97c
+    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5be97c
+  (eval $ac_compile) 2>&5
5be97c
+  ac_status=$?
5be97c
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5be97c
+  (exit $ac_status); }; then
5be97c
+      case `/usr/bin/file conftest.$ac_objext` in
5be97c
+      *64-bit*)
5be97c
+        libsuff=64
5be97c
+        if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
5be97c
+          sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
5be97c
+        fi
5be97c
+        sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
5be97c
+        ;;
5be97c
+      esac
5be97c
+    fi
5be97c
+    rm -rf conftest*
5be97c
+    ;;
5be97c
+  esac
5be97c
+
5be97c
   # Append ld.so.conf contents to the search path
5be97c
   if test -f /etc/ld.so.conf; then
5be97c
     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;s/"//g;/^$/d' | tr '\n' ' '`
5be97c
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
5be97c
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
5be97c
   fi
5be97c
 
5be97c
   # We used to test for /lib/ld.so.1 and disable shared libraries on
5be97c
diff -rcp ../binutils-2.20.51.0.7.original/gprof/configure ./gprof/configure
5be97c
--- a/gprof/configure	2010-04-08 14:53:45.000000000 +0100
5be97c
+++ b/gprof/configure	2010-04-08 14:57:50.000000000 +0100
5be97c
@@ -10485,10 +10485,34 @@
5be97c
   # before this can be enabled.
5be97c
   hardcode_into_libs=yes
5be97c
 
5be97c
+  # find out which ABI we are using
5be97c
+  libsuff=
5be97c
+  case "$host_cpu" in
5be97c
+  x86_64*|s390*|powerpc*|ppc*|sparc*)
5be97c
+    echo 'int i;' > conftest.$ac_ext
5be97c
+    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5be97c
+  (eval $ac_compile) 2>&5
5be97c
+  ac_status=$?
5be97c
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5be97c
+  (exit $ac_status); }; then
5be97c
+      case `/usr/bin/file conftest.$ac_objext` in
5be97c
+      *64-bit*)
5be97c
+        libsuff=64
5be97c
+        if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
5be97c
+          sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
5be97c
+        fi
5be97c
+        sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
5be97c
+        ;;
5be97c
+      esac
5be97c
+    fi
5be97c
+    rm -rf conftest*
5be97c
+    ;;
5be97c
+  esac
5be97c
+
5be97c
   # Append ld.so.conf contents to the search path
5be97c
   if test -f /etc/ld.so.conf; then
5be97c
     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;s/"//g;/^$/d' | tr '\n' ' '`
5be97c
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
5be97c
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
5be97c
   fi
5be97c
 
5be97c
   # We used to test for /lib/ld.so.1 and disable shared libraries on
5be97c
diff -rcp ../binutils-2.20.51.0.7.original/ld/configure ./ld/configure
5be97c
--- a/ld/configure	2010-04-08 14:53:44.000000000 +0100
5be97c
+++ b/ld/configure	2010-04-08 14:58:21.000000000 +0100
5be97c
@@ -10966,10 +10966,34 @@
5be97c
   # before this can be enabled.
5be97c
   hardcode_into_libs=yes
5be97c
 
5be97c
+  # find out which ABI we are using
5be97c
+  libsuff=
5be97c
+  case "$host_cpu" in
5be97c
+  x86_64*|s390*|powerpc*|ppc*|sparc*)
5be97c
+    echo 'int i;' > conftest.$ac_ext
5be97c
+    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5be97c
+  (eval $ac_compile) 2>&5
5be97c
+  ac_status=$?
5be97c
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5be97c
+  (exit $ac_status); }; then
5be97c
+      case `/usr/bin/file conftest.$ac_objext` in
5be97c
+      *64-bit*)
5be97c
+        libsuff=64
5be97c
+        if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
5be97c
+          sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
5be97c
+        fi
5be97c
+        sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
5be97c
+        ;;
5be97c
+      esac
5be97c
+    fi
5be97c
+    rm -rf conftest*
5be97c
+    ;;
5be97c
+  esac
5be97c
+
5be97c
   # Append ld.so.conf contents to the search path
5be97c
   if test -f /etc/ld.so.conf; then
5be97c
     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;s/"//g;/^$/d' | tr '\n' ' '`
5be97c
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
5be97c
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
5be97c
   fi
5be97c
 
5be97c
   # We used to test for /lib/ld.so.1 and disable shared libraries on
5be97c
Only in .: .#libtool.m4
5be97c
Only in .: #libtool.m4#
5be97c
diff -rcp ../binutils-2.20.51.0.7.original/opcodes/configure ./opcodes/configure
5be97c
--- a/opcodes/configure	2010-04-08 14:53:45.000000000 +0100
5be97c
+++ b/opcodes/configure	2010-04-08 14:59:10.000000000 +0100
5be97c
@@ -10496,10 +10496,34 @@
5be97c
   # before this can be enabled.
5be97c
   hardcode_into_libs=yes
5be97c
 
5be97c
+  # find out which ABI we are using
5be97c
+  libsuff=
5be97c
+  case "$host_cpu" in
5be97c
+  x86_64*|s390*|powerpc*|ppc*|sparc*)
5be97c
+    echo 'int i;' > conftest.$ac_ext
5be97c
+    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5be97c
+  (eval $ac_compile) 2>&5
5be97c
+  ac_status=$?
5be97c
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5be97c
+  (exit $ac_status); }; then
5be97c
+      case `/usr/bin/file conftest.$ac_objext` in
5be97c
+      *64-bit*)
5be97c
+        libsuff=64
5be97c
+        if test x"$sys_lib_search_path_spec" = x"/lib /usr/lib /usr/local/lib"; then
5be97c
+          sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
5be97c
+        fi
5be97c
+        sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
5be97c
+        ;;
5be97c
+      esac
5be97c
+    fi
5be97c
+    rm -rf conftest*
5be97c
+    ;;
5be97c
+  esac
5be97c
+
5be97c
   # Append ld.so.conf contents to the search path
5be97c
   if test -f /etc/ld.so.conf; then
5be97c
     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;s/"//g;/^$/d' | tr '\n' ' '`
5be97c
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
5be97c
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
5be97c
   fi
5be97c
 
5be97c
   # We used to test for /lib/ld.so.1 and disable shared libraries on