mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
Revert "toolchaini/gcc: fix libstdc++ dual abi model"
This reverts commit c0b4303d2e
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>
This commit is contained in:
parent
807483d336
commit
c1a26341ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user