aboutsummaryrefslogtreecommitdiff
path: root/gold/aclocal.m4
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2022-11-10 21:42:14 -0800
committerFangrui Song <i@maskray.me>2022-11-10 21:42:14 -0800
commit332a4eeaea69034b8ee6f50b931ce6734b55bf08 (patch)
tree81bc0da6df1402bc6773f0ad01f3c219c57b62cd /gold/aclocal.m4
parent1c343a13ba24eb2dad39a94df1a369a0f62efd13 (diff)
downloadgdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.zip
gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.tar.gz
gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.tar.bz2
gold, dwp: support zstd compressed input debug sections [PR 29641]
This feature is enabled if config/zstd.m4 uses zstd.
Diffstat (limited to 'gold/aclocal.m4')
-rw-r--r--gold/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/aclocal.m4 b/gold/aclocal.m4
index 6a0cd72..e4bdc46 100644
--- a/gold/aclocal.m4
+++ b/gold/aclocal.m4
@@ -1208,4 +1208,5 @@ m4_include([../config/plugins.m4])
m4_include([../config/po.m4])
m4_include([../config/progtest.m4])
m4_include([../config/zlib.m4])
+m4_include([../config/zstd.m4])
m4_include([../bfd/warning.m4])