Add soft float abi caching form armv7, it would allow people with old

binaries to run them.

Reviewed by:	imp
This commit is contained in:
Kevin Lo 2017-12-22 01:46:25 +00:00
parent 37f48d5aba
commit f1ab57eead

View File

@ -63,7 +63,7 @@ ldconfig_start()
esac
case `sysctl -n hw.machine_arch` in
armv6)
armv[67])
for i in ${ldconfig_localsoft_dirs}; do
if [ -d "${i}" ]; then
_files=`find ${i} -type f`