0
0
Fork 0
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:
fanquake 2023-11-10 10:56:16 +00:00
parent ffb021612b
commit ff896d2581
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -32,7 +32,7 @@ import lief
# See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for more info.
MAX_VERSIONS = {
'GCC': (4,8,0),
'GCC': (4,3,0),
'GLIBC': {
lief.ELF.ARCH.x86_64: (2,27),
lief.ELF.ARCH.ARM: (2,27),