mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
squash! gnu: commencement: gcc-core-mesboot0: Support ARM.
This commit is contained in:
parent
f927cc48e1
commit
3c8170f65f
1 changed files with 1 additions and 2 deletions
|
@ -1029,11 +1029,10 @@ (define gcc-core-mesboot0
|
|||
#$(local-file
|
||||
(search-patch "gcc-boot-2.95.3.patch"))))
|
||||
(invoke "patch" "--force" "-p1" "-i" patch-file))
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((patch-file
|
||||
#$(local-file
|
||||
(search-patch "gcc-boot-2.95.3-arm.patch"))))
|
||||
(invoke "patch" "--force" "-p1" "-i" patch-file)))))
|
||||
(invoke "patch" "--force" "-p1" "-i" patch-file))))
|
||||
(add-before 'configure 'setenv
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue