squash! gnu: commencement: gcc-core-mesboot0: Support ARM.

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-19 10:37:06 +02:00
parent f927cc48e1
commit 3c8170f65f
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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"))