Date: Fri, 22 Dec 2017 01:46:26 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327075 - head/etc/rc.d Message-ID: <201712220146.vBM1kQsw057630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Fri Dec 22 01:46:25 2017 New Revision: 327075 URL: https://svnweb.freebsd.org/changeset/base/327075 Log: Add soft float abi caching form armv7, it would allow people with old binaries to run them. Reviewed by: imp Modified: head/etc/rc.d/ldconfig Modified: head/etc/rc.d/ldconfig ============================================================================== --- head/etc/rc.d/ldconfig Thu Dec 21 23:39:00 2017 (r327074) +++ head/etc/rc.d/ldconfig Fri Dec 22 01:46:25 2017 (r327075) @@ -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`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712220146.vBM1kQsw057630>