Skip to content

Commit

Permalink
Add sysconfigs for Linux armv6l
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 16, 2022
1 parent 15e0db7 commit 85c0804
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions src/python_interpreter/sysconfig-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,70 @@
"abi_tag": "pp73",
"pointer_width": 32
}
],
"armv6l": [
{
"major": 3,
"minor": 6,
"abiflags": "m",
"interpreter": "cpython",
"ext_suffix": ".cpython-36m-arm-linux-gnueabihf.so",
"abi_tag": "36m",
"pointer_width": 32
},
{
"major": 3,
"minor": 7,
"abiflags": "m",
"interpreter": "cpython",
"ext_suffix": ".cpython-37m-arm-linux-gnueabihf.so",
"abi_tag": "37m",
"pointer_width": 32
},
{
"major": 3,
"minor": 8,
"abiflags": "",
"interpreter": "cpython",
"ext_suffix": ".cpython-38-arm-linux-gnueabihf.so",
"abi_tag": "38",
"pointer_width": 32
},
{
"major": 3,
"minor": 9,
"abiflags": "",
"interpreter": "cpython",
"ext_suffix": ".cpython-39-arm-linux-gnueabihf.so",
"abi_tag": "39",
"pointer_width": 32
},
{
"major": 3,
"minor": 10,
"abiflags": "",
"interpreter": "cpython",
"ext_suffix": ".cpython-310-arm-linux-gnueabihf.so",
"abi_tag": "310",
"pointer_width": 32
},
{
"major": 3,
"minor": 11,
"abiflags": "",
"interpreter": "cpython",
"ext_suffix": ".cpython-311-arm-linux-gnueabihf.so",
"abi_tag": "311",
"pointer_width": 32
},
{
"major": 3,
"minor": 8,
"abiflags": "",
"interpreter": "pypy",
"ext_suffix": ".pypy38-pp73-arm-linux-gnueabihf.so",
"abi_tag": "pp73",
"pointer_width": 32
}
]
}

0 comments on commit 85c0804

Please sign in to comment.