projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
807483d
)
Revert "toolchaini/gcc: fix libstdc++ dual abi model"
author
Petr Štetiar
<
[email protected]
>
Wed, 18 Jan 2023 06:51:45 +0000
(07:51 +0100)
committer
Petr Štetiar
<
[email protected]
>
Wed, 18 Jan 2023 06:51:56 +0000
(07:51 +0100)
This reverts commit
c0b4303d2e2f4a9e1d4684fd584e6b6548666f0f
as it was
reported, that it breaks all packages depending on libstdcpp due to
changed ABI.
References: https://github.com/openwrt/packages/issues/20340
Signed-off-by: Petr Štetiar <
[email protected]
>
toolchain/gcc/common.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/common.mk
b/toolchain/gcc/common.mk
index fb280e942f32e4ed341bac76313442676dbcdcf2..bef4fa37f8f90466c304c4a3c836d4912ea5025f 100644
(file)
--- a/
toolchain/gcc/common.mk
+++ b/
toolchain/gcc/common.mk
@@
-115,7
+115,7
@@
GCC_CONFIGURE:= \
--disable-decimal-float \
--with-diagnostics-color=auto-if-env \
--enable-__cxa_atexit \
- --
en
able-libstdcxx-dual-abi \
+ --
dis
able-libstdcxx-dual-abi \
--with-default-libstdcxx-abi=new
ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
GCC_CONFIGURE += --with-mips-plt