forked from pool/binutils
23 lines
537 B
Diff
23 lines
537 B
Diff
--- libiberty/configure
|
|
+++ libiberty/configure
|
|
@@ -3726,7 +3726,7 @@ if [ "${shared}" = "yes" ]; then
|
|
*-fpic* ) PICFLAG=-fpic ;;
|
|
* ) PICFLAG=-fPIC ;;
|
|
esac ;;
|
|
- s390*-*-*) PICFLAG=-fpic ;;
|
|
+ s390*-*-*) PICFLAG=-fPIC ;;
|
|
esac
|
|
fi
|
|
|
|
--- libiberty/configure.ac
|
|
+++ libiberty/configure.ac
|
|
@@ -214,7 +214,7 @@ if [[ "${shared}" = "yes" ]]; then
|
|
*-fpic* ) PICFLAG=-fpic ;;
|
|
* ) PICFLAG=-fPIC ;;
|
|
esac ;;
|
|
- s390*-*-*) PICFLAG=-fpic ;;
|
|
+ s390*-*-*) PICFLAG=-fPIC ;;
|
|
esac
|
|
fi
|
|
AC_SUBST(PICFLAG)
|