mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove make-gcc-vc4.
Follow-up to binutils-vc4 removal in 738d971d7e
.
* gnu/packages/embedded.scm (make-gcc-vc4): Delete procedure.
Change-Id: If674fbcf3814d646d4a875418b97a7301d51a041
This commit is contained in:
parent
92765f33db
commit
d2007a49b6
1 changed files with 0 additions and 31 deletions
|
@ -83,8 +83,6 @@
|
|||
make-gcc-arm-none-eabi-9-2020-q2-update
|
||||
make-gcc-arm-none-eabi-12.3.rel1
|
||||
|
||||
make-gcc-vc4
|
||||
|
||||
make-newlib-arm-none-eabi
|
||||
make-newlib-arm-none-eabi-7-2018-q2-update
|
||||
make-newlib-arm-none-eabi-9-2020-q2-update
|
||||
|
@ -1429,35 +1427,6 @@ simulator.")
|
|||
(home-page (package-home-page propeller-gcc))
|
||||
(license (package-license propeller-gcc))))))
|
||||
|
||||
(define make-gcc-vc4
|
||||
(mlambda ()
|
||||
(let ((commit "0fe4b83897341742f9df65797474cb0feab4b377")
|
||||
(xgcc (cross-gcc "vc4-elf" #:xgcc gcc-6 #:xbinutils binutils-vc4)))
|
||||
(package
|
||||
(inherit xgcc)
|
||||
(name "gcc-vc4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/puppeh/gcc-vc4")
|
||||
(commit commit)))
|
||||
(file-name (string-append name
|
||||
"-"
|
||||
(package-version xgcc)
|
||||
"-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kvaq4s0assvinmmicwqp07d0wwldcw0fv6f4k13whp3q5909jnr"))
|
||||
(patches
|
||||
(search-patches "gcc-6-fix-buffer-size.patch"
|
||||
"gcc-6-fix-isl-includes.patch"))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs xgcc)
|
||||
(prepend flex)))
|
||||
(synopsis "GCC for VC4")
|
||||
(description "This package provides @code{gcc} for VideoCore IV,
|
||||
the Raspberry Pi chip.")))))
|
||||
|
||||
(define-public imx-usb-loader
|
||||
;; There are no proper releases.
|
||||
(let ((commit "30b43d69770cd69e84c045dc9dcabb1f3e9d975a")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue