Re-revert "Merge: glibc: 2.24 -> 2.25"

This reverts commit 55cc7700e9.
I hope most problems have been solved.  /cc #22874.
This commit is contained in:
Vladimír Čunát
2017-02-20 21:16:41 +01:00
parent 0ff2179e0f
commit 09d02f72f6
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ in
# to bootstrap-tools; on cross-arm this stripping would break objects.
if [ -z "$crossConfig" ]; then
for i in "$out"/lib/*.a; do
strip -S "$i"
[ "$i" = "$out/lib/libm.a" ] || strip -S "$i"
done
fi