11203e4515
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=30bdcdf01676d704cb1d357d78d1160b
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)
|