aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-04-09 22:40:33 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-04-10 22:27:09 -0400
commitffc6b678b9d12a8f963ab362b952fd6b7e6c4ec7 (patch)
tree91324e07fe007216b2d30272114778a59739134d /contrib
parent4c6cab2c5dbc6ce00970a3e579f7dd5dbcfcf03a (diff)
downloadbitcoin-ffc6b678b9d12a8f963ab362b952fd6b7e6c4ec7.tar.xz
build: add glibc/libstdc++ back-compat stubs
glibc/libstdc++ have added new symbols in later releases. When running a new binary against an older glibc, the run-time linker is unable to resolve the new symbols and the binary refuses to run. This can be fixed by adding our own versions of those functions, so that the build-time linker does not emit undefined symbols for them. This enables our binary releases to work on older Linux distros, while not incurring the downsides of a fully static binary.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions