Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-08-08 18:16:00 +0300
committerGleb Popov <arrowd@FreeBSD.org>2022-09-09 09:54:28 +0300
commit20adba8bc1beb125d5e5ed8f12e747ae79ca6a10 (patch)
treeb45765093cc9fd4d40f020ad37fdabcf1b45b62e /tools
parent1494f4776af32b49e3c5bbdf09d6b2995b374614 (diff)
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')
-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.