projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86cf0f9
)
toolchain/binutils: enable zstd support
author
Andre Heider
<a.heider@gmail.com>
Sun, 5 Feb 2023 22:12:05 +0000
(23:12 +0100)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 17 Mar 2023 01:08:25 +0000
(
02:08
+0100)
Debug sections can now be compressed using zstd.
Signed-off-by: Andre Heider <a.heider@gmail.com>
toolchain/binutils/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index 42778d8d6987e9cf09eb67473fa26c831c70d670..ae7e953eb9222bb6b363bc612685c1d625e60a19 100644
(file)
--- 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 \
- --with
out
-zstd \
+ --with-zstd \
--enable-deterministic-archives \
--enable-plugins \
--enable-lto \