svn commit: r327075 - head/etc/rc.d

Kevin Lo kevlo at FreeBSD.org
Fri Dec 22 01:46:27 UTC 2017


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`


More information about the svn-src-head mailing list