diff options
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
| -rw-r--r-- | gnu/packages/make-bootstrap.scm | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 5a08f89a375..16a20271421 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm | |||
| @@ -85,18 +85,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." | |||
| 85 | ;; and can use statically-linked NSS modules. | 85 | ;; and can use statically-linked NSS modules. |
| 86 | `(cons* "--disable-nscd" "--disable-build-nscd" | 86 | `(cons* "--disable-nscd" "--disable-build-nscd" |
| 87 | "--enable-static-nss" | 87 | "--enable-static-nss" |
| 88 | ,flags)) | 88 | ,flags)))) |
| 89 | ((#:phases phases #~%standard-phases) | ||
| 90 | ;; Apply i686-linux-specific patch. | ||
| 91 | (if (target-x86-32?) | ||
| 92 | #~(modify-phases #$phases | ||
| 93 | (add-after 'unpack 'apply-libm-patch | ||
| 94 | (lambda _ | ||
| 95 | (define patch | ||
| 96 | #$(local-file | ||
| 97 | (search-patch "glibc-2.39-fmod-libm-a.patch"))) | ||
| 98 | (invoke "patch" "--force" "-p1" "-i" patch)))) | ||
| 99 | phases)))) | ||
| 100 | 89 | ||
| 101 | ;; Remove the 'debug' output to allow bit-reproducible builds (when the | 90 | ;; Remove the 'debug' output to allow bit-reproducible builds (when the |
| 102 | ;; 'debug' output is used, ELF files end up with a .gnu_debuglink, which | 91 | ;; 'debug' output is used, ELF files end up with a .gnu_debuglink, which |
