2009-11-27 12:33:30 +01:00
|
|
|
Index: libiberty/configure
|
|
|
|
===================================================================
|
2011-01-10 17:53:49 +01:00
|
|
|
--- libiberty/configure.orig 2010-11-05 11:31:22.000000000 +0100
|
|
|
|
+++ libiberty/configure 2011-01-10 17:45:26.000000000 +0100
|
|
|
|
@@ -4865,7 +4865,7 @@ if [ "${shared}" = "yes" ]; then
|
2008-04-09 18:19:48 +02:00
|
|
|
*-fpic* ) PICFLAG=-fpic ;;
|
|
|
|
* ) PICFLAG=-fPIC ;;
|
|
|
|
esac ;;
|
|
|
|
- s390*-*-*) PICFLAG=-fpic ;;
|
|
|
|
+ s390*-*-*) PICFLAG=-fPIC ;;
|
2011-01-10 17:53:49 +01:00
|
|
|
sh*-*-*) PICFLAG=-fPIC ;;
|
2008-04-09 18:19:48 +02:00
|
|
|
esac
|
|
|
|
fi
|
2009-11-27 12:33:30 +01:00
|
|
|
Index: libiberty/configure.ac
|
|
|
|
===================================================================
|
2011-01-10 17:53:49 +01:00
|
|
|
--- libiberty/configure.ac.orig 2010-11-05 00:41:21.000000000 +0100
|
|
|
|
+++ libiberty/configure.ac 2011-01-10 17:45:33.000000000 +0100
|
2009-11-27 12:33:30 +01:00
|
|
|
@@ -216,7 +216,7 @@ if [[ "${shared}" = "yes" ]]; then
|
2008-04-09 18:19:48 +02:00
|
|
|
*-fpic* ) PICFLAG=-fpic ;;
|
|
|
|
* ) PICFLAG=-fPIC ;;
|
|
|
|
esac ;;
|
|
|
|
- s390*-*-*) PICFLAG=-fpic ;;
|
|
|
|
+ s390*-*-*) PICFLAG=-fPIC ;;
|
2011-01-10 17:53:49 +01:00
|
|
|
sh*-*-*) PICFLAG=-fPIC ;;
|
2008-04-09 18:19:48 +02:00
|
|
|
esac
|
|
|
|
fi
|