From f1ab57eead4f8db3e01f618b95b7163d375da02b Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Fri, 22 Dec 2017 01:46:25 +0000 Subject: [PATCH] Add soft float abi caching form armv7, it would allow people with old binaries to run them. Reviewed by: imp --- etc/rc.d/ldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/ldconfig b/etc/rc.d/ldconfig index 02b52287686..3af9562d3bf 100755 --- a/etc/rc.d/ldconfig +++ b/etc/rc.d/ldconfig @@ -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`