mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
|
|||
#$(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…
Add table
Reference in a new issue