diff options
| -rw-r--r-- | gnu/packages/commencement.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 78ea2b535ea..3965840184b 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | ;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu> | 14 | ;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu> |
| 15 | ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com> | 15 | ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com> |
| 16 | ;;; Copyright © 2022, 2024 Ricardo Wurmus <rekado@elephly.net> | 16 | ;;; Copyright © 2022, 2024 Ricardo Wurmus <rekado@elephly.net> |
| 17 | ;;; Copyright © 2022-2024 Ekaitz Zarraga <ekaitz@elenq.tech> | 17 | ;;; Copyright © 2022-2026 Ekaitz Zarraga <ekaitz@elenq.tech> |
| 18 | ;;; | 18 | ;;; |
| 19 | ;;; This file is part of GNU Guix. | 19 | ;;; This file is part of GNU Guix. |
| 20 | ;;; | 20 | ;;; |
| @@ -2040,8 +2040,8 @@ ac_cv_c_float_format='IEEE (little-endian)' | |||
| 2040 | "/bin/sh") | 2040 | "/bin/sh") |
| 2041 | (string-append "--syslibdir=" #$output "/lib") | 2041 | (string-append "--syslibdir=" #$output "/lib") |
| 2042 | "CC=gcc" | 2042 | "CC=gcc" |
| 2043 | "--enable-gcc-wrapper")) | 2043 | "--disable-shared")) |
| 2044 | ((#:phases phases #~'%standard-phases) | 2044 | #;((#:phases phases #~'%standard-phases) |
| 2045 | #~(modify-phases #$phases | 2045 | #~(modify-phases #$phases |
| 2046 | (delete 'remove-complex) | 2046 | (delete 'remove-complex) |
| 2047 | (add-after 'install 'symlink-dynamic-linker | 2047 | (add-after 'install 'symlink-dynamic-linker |
| @@ -2108,7 +2108,7 @@ ac_cv_c_float_format='IEEE (little-endian)' | |||
| 2108 | (invoke "patch" "--force" "-p1" "-i" patch-file)))) | 2108 | (invoke "patch" "--force" "-p1" "-i" patch-file)))) |
| 2109 | (replace 'setenv | 2109 | (replace 'setenv |
| 2110 | (lambda _ | 2110 | (lambda _ |
| 2111 | (setenv "CC" "musl-gcc") | 2111 | (setenv "CC" "gcc") |
| 2112 | (setenv "CPLUS_INCLUDE_PATH" (getenv "C_INCLUDE_PATH")))))))) | 2112 | (setenv "CPLUS_INCLUDE_PATH" (getenv "C_INCLUDE_PATH")))))))) |
| 2113 | (native-search-paths | 2113 | (native-search-paths |
| 2114 | (list (search-path-specification | 2114 | (list (search-path-specification |
| @@ -2890,7 +2890,7 @@ exec " gcc "/bin/" program | |||
| 2890 | ; modular core/language downloads | 2890 | ; modular core/language downloads |
| 2891 | (add-after 'unpack 'setenv | 2891 | (add-after 'unpack 'setenv |
| 2892 | (lambda _ | 2892 | (lambda _ |
| 2893 | (setenv "CC" "musl-gcc"))) | 2893 | (setenv "CC" "gcc"))) |
| 2894 | #; | 2894 | #; |
| 2895 | (add-before 'configure 'configure-libiberty | 2895 | (add-before 'configure 'configure-libiberty |
| 2896 | (lambda _ | 2896 | (lambda _ |
