Merge: glibc: 2.24 -> 2.25

This commit is contained in:
Vladimír Čunát
2017-02-13 22:14:15 +01:00
4 changed files with 15 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