This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cross-compiling for GNU/Hurd fails
Type: Stage: patch review
Components: Build Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mbakke
Priority: normal Keywords: patch

Created on 2020-06-29 15:05 by mbakke, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 21218 open mbakke, 2020-06-29 15:08
Messages (1)
msg372590 - (view) Author: Marius Bakke (mbakke) * Date: 2020-06-29 15:05
Attempting to cross-compile for i586-pc-gnu fails with the following message:

  checking MACHDEP... configure: error: cross build not supported for i586-pc-gnu

Adding a trivial case for it in the configure script is sufficient.
History
Date User Action Args
2022-04-11 14:59:33adminsetgithub: 85332
2020-06-29 15:08:39mbakkesetkeywords: + patch
stage: patch review
pull_requests: + pull_request20370
2020-06-29 15:05:53mbakkecreate