Revert "toolchaini/gcc: fix libstdc++ dual abi model"
authorPetr Štetiar <ynezz@true.cz>
Wed, 18 Jan 2023 06:51:45 +0000 (07:51 +0100)
committerPetr Štetiar <ynezz@true.cz>
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 <ynezz@true.cz>
toolchain/gcc/common.mk

index fb280e942f32e4ed341bac76313442676dbcdcf2..bef4fa37f8f90466c304c4a3c836d4912ea5025f 100644 (file)
@@ -115,7 +115,7 @@ GCC_CONFIGURE:= \
                --disable-decimal-float \
                --with-diagnostics-color=auto-if-env \
                --enable-__cxa_atexit \
-               --enable-libstdcxx-dual-abi \
+               --disable-libstdcxx-dual-abi \
                --with-default-libstdcxx-abi=new
 ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
   GCC_CONFIGURE += --with-mips-plt