svn commit: r345488 - head/tools/build/options
Ed Maste
emaste at FreeBSD.org
Sun Mar 24 23:26:04 UTC 2019
Author: emaste
Date: Sun Mar 24 23:26:03 2019
New Revision: 345488
URL: https://svnweb.freebsd.org/changeset/base/345488
Log:
Add description for WITHOUT_RETPOLINE
Not used by default at the moment, but added for the benefit of
downstream projects/branches with different options.
Added:
head/tools/build/options/WITHOUT_RETPOLINE (contents, props changed)
Added: head/tools/build/options/WITHOUT_RETPOLINE
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/build/options/WITHOUT_RETPOLINE Sun Mar 24 23:26:03 2019 (r345488)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Do not build the base system with the retpoline speculative execution
+vulnerability mitigation.
More information about the svn-src-head
mailing list