aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2023-02-05 23:12:05 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-03-17 02:08:25 +0100
commitc44c1e1a1f18394cb855c389795ba10822e29d46 (patch)
tree25024b172be55f8d666241cf0e2d81eeda494857 /toolchain/binutils/Makefile
parent86cf0f93f1ce603771ea06e581c8937ba1ad8918 (diff)
downloadupstream-c44c1e1a1f18394cb855c389795ba10822e29d46.tar.gz
upstream-c44c1e1a1f18394cb855c389795ba10822e29d46.tar.bz2
upstream-c44c1e1a1f18394cb855c389795ba10822e29d46.zip
toolchain/binutils: enable zstd support
Debug sections can now be compressed using zstd. Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 42778d8d69..ae7e953eb9 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -50,7 +50,7 @@ HOST_CONFIGURE_ARGS = \
--target=$(REAL_GNU_TARGET_NAME) \
--with-sysroot=$(TOOLCHAIN_DIR) \
--with-system-zlib \
- --without-zstd \
+ --with-zstd \
--enable-deterministic-archives \
--enable-plugins \
--enable-lto \