svn commit: r285746 - head/sys/amd64/conf

Ed Schouten ed at FreeBSD.org
Tue Jul 21 12:53:48 UTC 2015


Author: ed
Date: Tue Jul 21 12:53:47 2015
New Revision: 285746
URL: https://svnweb.freebsd.org/changeset/base/285746

Log:
  Describe COMPAT_CLOUDABI64 in the amd64 configuration NOTES file.

Modified:
  head/sys/amd64/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Tue Jul 21 12:50:45 2015	(r285745)
+++ head/sys/amd64/conf/NOTES	Tue Jul 21 12:53:47 2015	(r285746)
@@ -620,6 +620,9 @@ options 	COMPAT_FREEBSD32
 # Emulate spx device for client side of SVR3 local X interface
 #XXX#options 	SPX_HACK
 
+# Enable 64-bit runtime support for CloudABI binaries.
+options 	COMPAT_CLOUDABI64
+
 # Enable Linux ABI emulation
 #XXX#options 	COMPAT_LINUX
 


More information about the svn-src-all mailing list