summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-05-15 13:04:10 +0000
committerbrooks <brooks@FreeBSD.org>2013-05-15 13:04:10 +0000
commit4d008876be6c5f3ff3209a2b07c125927b15e2bd (patch)
treea858bcd67e9175cf2a521df24b730c30ed84d560 /tools
parent0a904132b441e7ca952cd7d21049ed15259c7177 (diff)
downloadFreeBSD-src-4d008876be6c5f3ff3209a2b07c125927b15e2bd.zip
FreeBSD-src-4d008876be6c5f3ff3209a2b07c125927b15e2bd.tar.gz
Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to
checking our kernel printf extensions. This is useful to allow compilers without these extensions to build kernels. Sponsored by: DARPA, AFRL
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_FORMAT_EXTENSIONS5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_FORMAT_EXTENSIONS b/tools/build/options/WITHOUT_FORMAT_EXTENSIONS
new file mode 100644
index 0000000..7ae02e1
--- /dev/null
+++ b/tools/build/options/WITHOUT_FORMAT_EXTENSIONS
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to not enable
+.Fl fformat-extensions
+when compiling the kernel.
+Also disables all format checking.
OpenPOWER on IntegriCloud