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

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

View file

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