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
parent
f926e43170
commit
2f4d936c1b
|
@ -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
|
||||
|
|
Reference in New Issue