Upstream status: Not upstreamed. The build system refuses to cross-compile for unknown targets even though it works fine. Add GNU/Hurd target. --- Python-3.8.5/configure.orig 2020-10-26 14:06:09.665423525 +0100 +++ Python-3.8.5/configure 2020-10-26 14:08:30.987765738 +0100 @@ -3278,6 +3278,9 @@ *-*-vxworks*) ac_sys_system=VxWorks ;; + *-*-gnu) + ac_sys_system=GNU + ;; *) # for now, limit cross builds to known configurations MACHDEP="unknown" @@ -3328,6 +3331,9 @@ *-*-vxworks*) _host_cpu=$host_cpu ;; + *-*-gnu) + _host_cpu=$host_cpu + ;; *) # for now, limit cross builds to known configurations MACHDEP="unknown" ge='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/graph.js
iv class='content'>
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2023-12-03gnu: mes: Update to 0.26....Janneke Nieuwenhuizen
2023-12-02gnu: mes: Update to 0.25.1....Janneke Nieuwenhuizen
2023-12-02gnu: mescc-tools: Update to 1.5.2....Janneke Nieuwenhuizen
2023-11-11gnu: Remove m2-planet-1.9.0....Janneke Nieuwenhuizen
2023-11-11gnu: mes: Update to 0.25....Janneke Nieuwenhuizen
2023-11-11gnu: mescc-tools: Support riscv64-linux build....Janneke Nieuwenhuizen
2023-11-07gnu: mes: Use m2-planet-1.9.0....Janneke Nieuwenhuizen
2023-11-07gnu: Add m2-planet-1.9.0...Janneke Nieuwenhuizen
2023-11-05gnu: m2-planet: Update to 1.11.0....Janneke Nieuwenhuizen
2023-11-05gnu: mescc-tools: Update to 1.5.0....Janneke Nieuwenhuizen
2023-09-17gnu: Remove extraneous imports....Maxim Cournoyer