mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 14:44:00 +02:00
build: remove libstdc++ backwards-compat
Backwards-compatibility for libstdc++ is not limited to straightforward abi changes. Symbol visibility also needs to be taken into consideration, and that really can't be addressed simply. Instead, just static-link libstdc++ for backwards-compat.
This commit is contained in:
@ -133,7 +133,7 @@ AC_ARG_ENABLE([lcov],
|
||||
|
||||
AC_ARG_ENABLE([glibc-back-compat],
|
||||
[AS_HELP_STRING([--enable-glibc-back-compat],
|
||||
[enable backwards compatibility with glibc and libstdc++])],
|
||||
[enable backwards compatibility with glibc])],
|
||||
[use_glibc_compat=$enableval],
|
||||
[use_glibc_compat=no])
|
||||
|
||||
|
Reference in New Issue
Block a user