2009-11-27 12:33:29 +01:00
|
|
|
--- libiberty/configure
|
|
|
|
+++ libiberty/configure
|
|
|
|
@@ -3726,7 +3726,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 ;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
2009-11-27 12:33:29 +01:00
|
|
|
--- libiberty/configure.ac
|
|
|
|
+++ libiberty/configure.ac
|
|
|
|
@@ -214,7 +214,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 ;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
AC_SUBST(PICFLAG)
|