Skip to content

Commit

Permalink
Add Linux armv7l python sysconfig
Browse files Browse the repository at this point in the history
For raspberry pi.
  • Loading branch information
messense committed May 7, 2022
1 parent 53799dd commit 6ba548c
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion src/python_interpreter/sysconfig-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,61 @@
"abi_tag": "310",
"pointer_width": 64
}
],
"armv7l": [
{
"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": 8,
"abiflags": "",
"interpreter": "pypy",
"ext_suffix": ".pypy38-pp73-arm-linux-gnueabihf.so",
"abi_tag": "pp73",
"pointer_width": 32
}
]
}
}

0 comments on commit 6ba548c

Please sign in to comment.