mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
contrib: drop GCC MAX_VERSION to 4.3.0 in symbol-check
Reflect the actual symbols used, i.e: ```bash bitcoind: symbol __bswapsi2 from unsupported version GCC_4.3.0(7) ```
This commit is contained in:
parent
ffb021612b
commit
ff896d2581
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import lief
|
||||||
# See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for more info.
|
# See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for more info.
|
||||||
|
|
||||||
MAX_VERSIONS = {
|
MAX_VERSIONS = {
|
||||||
'GCC': (4,8,0),
|
'GCC': (4,3,0),
|
||||||
'GLIBC': {
|
'GLIBC': {
|
||||||
lief.ELF.ARCH.x86_64: (2,27),
|
lief.ELF.ARCH.x86_64: (2,27),
|
||||||
lief.ELF.ARCH.ARM: (2,27),
|
lief.ELF.ARCH.ARM: (2,27),
|
||||||
|
|
Loading…
Add table
Reference in a new issue