forked from pool/binutils
37dd0d09c6
- Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. - Copy from SLE11 SP1. Compared to that add --as-needed by default patch again. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=9
27 lines
884 B
Diff
27 lines
884 B
Diff
Index: libiberty/configure
|
|
===================================================================
|
|
--- libiberty/configure.orig 2009-11-23 14:02:49.000000000 +0100
|
|
+++ libiberty/configure 2009-11-23 14:03:07.000000000 +0100
|
|
@@ -4859,7 +4859,7 @@ if [ "${shared}" = "yes" ]; then
|
|
*-fpic* ) PICFLAG=-fpic ;;
|
|
* ) PICFLAG=-fPIC ;;
|
|
esac ;;
|
|
- s390*-*-*) PICFLAG=-fpic ;;
|
|
+ s390*-*-*) PICFLAG=-fPIC ;;
|
|
esac
|
|
fi
|
|
|
|
Index: libiberty/configure.ac
|
|
===================================================================
|
|
--- libiberty/configure.ac.orig 2009-11-23 14:02:49.000000000 +0100
|
|
+++ libiberty/configure.ac 2009-11-23 14:03:07.000000000 +0100
|
|
@@ -216,7 +216,7 @@ if [[ "${shared}" = "yes" ]]; then
|
|
*-fpic* ) PICFLAG=-fpic ;;
|
|
* ) PICFLAG=-fPIC ;;
|
|
esac ;;
|
|
- s390*-*-*) PICFLAG=-fpic ;;
|
|
+ s390*-*-*) PICFLAG=-fPIC ;;
|
|
esac
|
|
fi
|
|
AC_SUBST(PICFLAG)
|