diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-02-16 21:10:12 +0100 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-02-17 07:58:37 +0100 |
| commit | f02b2fab9d3684ff84a607242fb68cb95ee390c9 (patch) | |
| tree | e486fcdf40b28d51c9cc2a4f380cd253e4d4d566 /gnu/packages/make-bootstrap.scm | |
| parent | 7fe040f38a55fa1b3e884a44936022913e08b09b (diff) | |
Revert "gnu: make-bootstrap: Fix guile-static for the 64-bit Hurd."
With the proper fix in commit
7fe040f38a55fa1b3e884a44936022913e08b09b
gnu: make-bootstrap: Fix guile-static properly for the Hurd.
this workaround is no longer necessary.
This reverts commit 63e73f3c90876121eddef9adfed017842d84177b.
Change-Id: I2c0643176f638ef4a8b84d944abeb745ffeb229f
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
| -rw-r--r-- | gnu/packages/make-bootstrap.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index b8651b61abb..16a20271421 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;;; Copyright © 2017, 2021 Efraim Flashner <efraim@flashner.co.il> | 3 | ;;; Copyright © 2017, 2021 Efraim Flashner <efraim@flashner.co.il> |
| 4 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2018, 2019 Mark H Weaver <mhw@netris.org> | 5 | ;;; Copyright © 2018, 2019 Mark H Weaver <mhw@netris.org> |
| 6 | ;;; Copyright © 2018, 2019, 2021-2023, 2026 Janneke Nieuwenhuizen <janneke@gnu.org> | 6 | ;;; Copyright © 2018, 2019, 2021, 2022, 2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> |
| 7 | ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org> | 7 | ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org> |
| 8 | ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> | 8 | ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> |
| 9 | ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com> | 9 | ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com> |
| @@ -643,12 +643,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." | |||
| 643 | #~("--disable-jit") | 643 | #~("--disable-jit") |
| 644 | #~()) | 644 | #~()) |
| 645 | #$@(if (target-hurd64?) | 645 | #$@(if (target-hurd64?) |
| 646 | #~("lt_cv_prog_compiler_static_works=yes" | 646 | #~("lt_cv_prog_compiler_static_works=yes") |
| 647 | (string-append "CFLAGS=-g -O2" | ||
| 648 | " -Wno-error=implicit-function-declaration" | ||
| 649 | " -Wno-error=missing-prototypes" | ||
| 650 | |||
| 651 | " -Wno-error=int-conversion")) | ||
| 652 | #~()))) | 647 | #~()))) |
| 653 | ((#:phases phases '%standard-phases) | 648 | ((#:phases phases '%standard-phases) |
| 654 | #~(modify-phases #$phases | 649 | #~(modify-phases #$phases |
