Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 12:53:48 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285746 - head/sys/amd64/conf
Message-ID:  <201507211253.t6LCrm5M053158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507211253.t6LCrm5M053158>