diff options
author | Guillaume Le Vaillant <[email protected]> | 2024-01-10 22:57:43 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2024-01-10 22:57:43 +0100 |
commit | f122f2bead538617d3bd43a05fa6f2def5e03c05 (patch) | |
tree | 78022d1600b93d2bb2d5785b5bcf56d64ea4f839 /gnu/local.mk | |
parent | 749c3e016a4297d2794cbebac0e07297d19b4ffd (diff) |
gnu: sbcl: Fix riscv build.
* gnu/packages/patches/sbcl-fix-riscv-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.
Change-Id: I63f1b9a7a7b6f3a1961d0a0cb31189b74a60abc3
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 453e3fb5c7..62066a30dc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -20,7 +20,7 @@ # Copyright © 2018, 2019, 2020, 2021, 2022 Oleg Pykhalov <[email protected]> # Copyright © 2018 Stefan Stefanović <[email protected]> # Copyright © 2018, 2020, 2021, 2022, 2023 Maxim Cournoyer <[email protected]> -# Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <[email protected]> +# Copyright © 2019, 2020, 2021, 2022, 2044 Guillaume Le Vaillant <[email protected]> # Copyright © 2019, 2020 John Soo <[email protected]> # Copyright © 2019 Jonathan Brielmaier <[email protected]> # Copyright © 2019 Evan Straw <[email protected]> @@ -2004,6 +2004,7 @@ dist_patch_DATA = \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch \ %D%/packages/patches/sbcl-fix-ppc64-build.patch \ + %D%/packages/patches/sbcl-fix-riscv-build.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ %D%/packages/patches/scalapack-gcc-10-compilation.patch \ %D%/packages/patches/scheme48-tests.patch \ |