Skip to content

Commit ff896d2

Browse files
committed
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) ```
1 parent ffb0216 commit ff896d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/symbol-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for more info.
3333

3434
MAX_VERSIONS = {
35-
'GCC': (4,8,0),
35+
'GCC': (4,3,0),
3636
'GLIBC': {
3737
lief.ELF.ARCH.x86_64: (2,27),
3838
lief.ELF.ARCH.ARM: (2,27),

0 commit comments

Comments
 (0)