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:
parent
37f48d5aba
commit
f1ab57eead
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user