about summary refs log tree commit diff
path: root/config.make.in
diff options
context:
space:
mode:
authorRichard Earnshaw <Richard.Earnshaw@arm.com>2020-12-18 19:00:49 +0000
committerRichard Earnshaw <rearnsha@arm.com>2020-12-18 19:00:49 +0000
commit3b925599de8766dd11c7b6743c4cb677576b2a80 (patch)
tree53bf98714969d5438a30d2fe156a41dd2fa41566 /config.make.in
parent69a7ca7705626177e09d2fec6cf571f2015b76fc (diff)
downloadglibc-3b925599de8766dd11c7b6743c4cb677576b2a80.tar.gz
glibc-3b925599de8766dd11c7b6743c4cb677576b2a80.tar.xz
glibc-3b925599de8766dd11c7b6743c4cb677576b2a80.zip
config: Allow memory tagging to be enabled when configuring glibc
This patch adds the configuration machinery to allow memory tagging to be
enabled from the command line via the configure option --enable-memory-tagging.

The current default is off, though in time we may change that once the API
is more stable.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 1ac9417245..7ae27564fd 100644
--- a/config.make.in
+++ b/config.make.in
@@ -84,6 +84,8 @@ mach-interface-list = @mach_interface_list@
 
 experimental-malloc = @experimental_malloc@
 
+memory-tagging = @memory_tagging@
+
 nss-crypt = @libc_cv_nss_crypt@
 static-nss-crypt = @libc_cv_static_nss_crypt@