mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
squash! gnu: commencement: gcc-mesboot0: Support ARM.
This commit is contained in:
parent
3c8170f65f
commit
721c51ceb3
1 changed files with 1 additions and 2 deletions
|
@ -1443,8 +1443,7 @@ (define gcc-core-mesboot1
|
||||||
(let ((patch-file
|
(let ((patch-file
|
||||||
#$(local-file
|
#$(local-file
|
||||||
(search-patch "gcc-boot-4.6.4.patch"))))
|
(search-patch "gcc-boot-4.6.4.patch"))))
|
||||||
(invoke "patch" "--force" "-p1" "-i" patch-file)))
|
(invoke "patch" "--force" "-p1" "-i" patch-file))
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(let ((patch-file
|
(let ((patch-file
|
||||||
#$(local-file
|
#$(local-file
|
||||||
(search-patch "gcc-boot-2.95.3-arm.patch"))))
|
(search-patch "gcc-boot-2.95.3-arm.patch"))))
|
||||||
|
|
Loading…
Reference in a new issue