core/glibc symlink fix

This commit is contained in:
Kevin Mihelich 2012-12-31 23:18:03 +00:00
parent 8dc27c2c35
commit 0fd2eceefc

View file

@ -134,7 +134,7 @@ package() {
fi
# ALARM: symlink ld-linux.so.3 for hard-float
[[ $CARCH == "armv6h" || $CARCH == "armv7h" ]] && ln -s /lib/ld-2.16.so ${pkgdir}/lib/ld-linux.so.3
[[ $CARCH == "armv6h" || $CARCH == "armv7h" ]] && ln -s /lib/ld-2.17.so ${pkgdir}/lib/ld-linux.so.3
# Do not strip the following files for improved debugging support
# ("improved" as in not breaking gdb and valgrind...):