python3: Enable FreeBSD cross build - #124424
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
69af23d to
5f8eac1
Compare
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
@rhelmot can I sign-off in your name? |
2276d6c to
6722780
Compare
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
6722780 to
738c848
Compare
This only enables x86_64-unknown-freebsd, not any other FreeBSD, since I do not have any other machines to tests on. If you're reading this, feel free to try out other arches! Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
738c848 to
71c365b
Compare
|
Let me know if you want to have github issue for this or not. |
|
Please sign the CLA, create an issue and add a NEWS entry. |
|
@Mic92 yes, you can sign off in my name. |
|
This PR is stale because it has been open for 30 days with no activity. |
|
@Mic92 let me know if I can help push this along in any way. |
|
Can you explain how I can test manually this change? |
|
I've tested this via nixpkgs, which vendors this patch, but you can almost certainly just download a freebsd rootfs image, mount it and extract the files, and then point the configure script at where it should get the libs and headers. For a linux->freebsd cross compiler outside of nixpkgs there are a few scripts floating around on the internet, but they'll need to be updated for newer freebsd versions. |
|
This PR is stale because it has been open for 90 days with no activity. |
This only enables x86_64-unknown-freebsd, not any other FreeBSD, since I do not have any other machines to tests on. If you're reading this, feel free to try out other arches!