aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2022-09-27 11:42:32 -0700
committerFangrui Song <i@maskray.me>2022-09-27 11:42:32 -0700
commit382fa97ce0eb1119266607e2802fd29318ed2d78 (patch)
tree60423b2a4ee46a1802fedc05db9ffdf834567fc5 /sim/config.h.in
parentf7aa1a5acc5faa03ed6c640a426ef70a5f328940 (diff)
downloadfsf-binutils-gdb-382fa97ce0eb1119266607e2802fd29318ed2d78.zip
fsf-binutils-gdb-382fa97ce0eb1119266607e2802fd29318ed2d78.tar.gz
fsf-binutils-gdb-382fa97ce0eb1119266607e2802fd29318ed2d78.tar.bz2
sim: Link ZSTD_LIBS
This fixes linker errors in a `../../configure --enable-targets --enable-sim; make all-gdb` build.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 8e84759..84c363c 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -383,6 +383,9 @@
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
+/* Define to 1 if zstd is enabled. */
+#undef HAVE_ZSTD
+
/* Define to 1 if the system has the type `__int128'. */
#undef HAVE___INT128