mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: linux-libre-headers: Update to 6.12.17.
* gnu/packages/linux.scm (linux-libre-headers-5.15.49): Update to 6.12.17 and rename to linux-libre-headers-6.12.17. (linux-libre-headers-5.19.17): Remove it. * gnu/packages/cross-base.scm (cross-kernel-headers/deprecated): Remove loongarch64 case. (cross-kernel-headers*): Remove loongarch64 case. * gnu/packages/make-bootstrap.scm (%glibc-stripped): Remove loongarch64 case. * gnu/packages/commencement.scm (linux-libre-headers-boot0)[arguments]: Adjust lower-version-requirements phase. Change-Id: I56a5f6173379f0c4ec305e7db86cccd940e62304
This commit is contained in:
parent
891942f2c5
commit
93d9cd7c22
4 changed files with 7 additions and 18 deletions
|
@ -418,9 +418,7 @@ target that libc."
|
|||
(define* (cross-kernel-headers/deprecated target
|
||||
#:optional
|
||||
(linux-headers
|
||||
(if (target-loongarch64? target)
|
||||
linux-libre-headers-5.19.17
|
||||
linux-libre-headers))
|
||||
linux-libre-headers)
|
||||
(xgcc (cross-gcc target))
|
||||
(xbinutils (cross-binutils target)))
|
||||
(warning (G_ "'cross-kernel-headers' must be used with keyword arguments~%"))
|
||||
|
@ -495,9 +493,7 @@ the base compiler. Use XBINUTILS as the associated cross-Binutils."
|
|||
|
||||
(define* (cross-kernel-headers* target
|
||||
#:key
|
||||
(linux-headers (if (target-loongarch64? target)
|
||||
linux-libre-headers-5.19.17
|
||||
linux-libre-headers))
|
||||
(linux-headers linux-libre-headers)
|
||||
(xgcc (cross-gcc target))
|
||||
(xbinutils (cross-binutils target)))
|
||||
"Return headers depending on TARGET."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue