toolchain/binutils: enable zstd support
Debug sections can now be compressed using zstd. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
86cf0f93f1
commit
c44c1e1a1f
|
@ -50,7 +50,7 @@ HOST_CONFIGURE_ARGS = \
|
||||||
--target=$(REAL_GNU_TARGET_NAME) \
|
--target=$(REAL_GNU_TARGET_NAME) \
|
||||||
--with-sysroot=$(TOOLCHAIN_DIR) \
|
--with-sysroot=$(TOOLCHAIN_DIR) \
|
||||||
--with-system-zlib \
|
--with-system-zlib \
|
||||||
--without-zstd \
|
--with-zstd \
|
||||||
--enable-deterministic-archives \
|
--enable-deterministic-archives \
|
||||||
--enable-plugins \
|
--enable-plugins \
|
||||||
--enable-lto \
|
--enable-lto \
|
||||||
|
|
Loading…
Reference in New Issue