[openwrt/openwrt] toolchaini/gcc: fix libstdc++ dual abi model
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 7 04:58:16 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3c06a344e9c7c03c49c9153342e68a5390651323
commit 3c06a344e9c7c03c49c9153342e68a5390651323
Author: Ivan Maslov <avenger_msoft at mail.ru>
AuthorDate: Sat Jan 29 23:11:30 2022 +0300
toolchaini/gcc: fix libstdc++ dual abi model
libstdcxx-dual-abi needs to be enabled to actually support C++11 ABI.
Enable the config flag to also permit support of .NET 6 development on
OpenWrt.
Signed-off-by: Ivan Maslov <avenger_msoft at mail.ru>
[ reword commit description and title ]
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
toolchain/gcc/common.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 8fa9459f50..926418f4a7 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -119,7 +119,7 @@ GCC_CONFIGURE:= \
--disable-decimal-float \
--with-diagnostics-color=auto-if-env \
--enable-__cxa_atexit \
- --disable-libstdcxx-dual-abi \
+ --enable-libstdcxx-dual-abi \
--with-default-libstdcxx-abi=new
ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
GCC_CONFIGURE += --with-mips-plt
More information about the lede-commits
mailing list