me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre-headers-boot0: Fix building with armhf-linux.

* gnu/packages/commencement.scm (linux-libre-headers-boot0)
[arguments]: Adjust 'lower-version-requirements phase to accept
gcc-4.8.4, used by armhf-linux.
master
Efraim Flashner 2022-06-29 13:05:20 +03:00
parent f926e43170
commit 2f4d936c1b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -2505,7 +2505,7 @@ memoized as a function of '%current-system'."
;; toolchain, since we are not building the full kernel.
(substitute* "scripts/min-tool-version.sh"
(("echo 5\\.1\\.0") ;GCC
"echo 4.9.4")
"echo 4.8.4")
(("echo 2\\.23\\.0") ;binutils
"echo 2.20.1")))))))))
(native-inputs