projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e90cb6
)
Revert "toolchain/gcc: use zstd from tools"
author
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 27 Sep 2022 21:17:03 +0000
(23:17 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 27 Sep 2022 21:18:37 +0000
(23:18 +0200)
This reverts commit
e6cc3ded0709aa6c7a190c31575bb5c19e204cd2
.
Require more testing as it does cause compilation error.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
toolchain/gcc/common.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/common.mk
b/toolchain/gcc/common.mk
index 7371579b32be99c6a7fecb7e5c8740edcd053f60..83884dd54c0f4f9aa29fd86e25ddc14ec0550afe 100644
(file)
--- a/
toolchain/gcc/common.mk
+++ b/
toolchain/gcc/common.mk
@@
-117,7
+117,6
@@
GCC_CONFIGURE:= \
--with-gmp=$(TOPDIR)/staging_dir/host \
--with-mpfr=$(TOPDIR)/staging_dir/host \
--with-mpc=$(TOPDIR)/staging_dir/host \
- --with-zstd=$(TOPDIR)/staging_dir/host \
--disable-decimal-float \
--with-diagnostics-color=auto-if-env \
--enable-__cxa_atexit \