aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-08-08 15:16:00 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-09-09 06:54:28 +0000
commit20adba8bc1beb125d5e5ed8f12e747ae79ca6a10 (patch)
treeb45765093cc9fd4d40f020ad37fdabcf1b45b62e /tools/build
parent1494f4776af32b49e3c5bbdf09d6b2995b374614 (diff)
downloadsrc-20adba8bc1beb125d5e5ed8f12e747ae79ca6a10.tar.gz
src-20adba8bc1beb125d5e5ed8f12e747ae79ca6a10.zip
src.conf: Introduce WITHOUT_MACHDEP knob.
Summary: This knob can be used to make buildsystem prefer generic C implentations of various functions, instead of machine-specific assembler ones. Test Plan: `make buildworld` on amd64 Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D36076 MFC after: 3 days
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/options/WITHOUT_MACHDEP_OPTIMIZATIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_MACHDEP_OPTIMIZATIONS b/tools/build/options/WITHOUT_MACHDEP_OPTIMIZATIONS
new file mode 100644
index 000000000000..1c596c998504
--- /dev/null
+++ b/tools/build/options/WITHOUT_MACHDEP_OPTIMIZATIONS
@@ -0,0 +1 @@
+Prefer machine-independent non-assembler code in libc and libm.