SHA256
3
0
forked from pool/binutils
binutils/s390-pic.patch

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)