mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: propeller-gcc-4: Add cross environment variables patch.
* gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add gcc-cross-environment-variables.patch.
This commit is contained in:
parent
7fadeab448
commit
1d3be5d963
1 changed files with 2 additions and 1 deletions
|
@ -507,7 +507,8 @@ (define-public propeller-gcc-4
|
||||||
(patches
|
(patches
|
||||||
(append
|
(append
|
||||||
(origin-patches (package-source gcc-4.7))
|
(origin-patches (package-source gcc-4.7))
|
||||||
(search-patches "gcc-4.6-gnu-inline.patch")))))
|
(search-patches "gcc-4.6-gnu-inline.patch"
|
||||||
|
"gcc-cross-environment-variables.patch")))))
|
||||||
(home-page "https://github.com/dbetz/propgcc-gcc"))))
|
(home-page "https://github.com/dbetz/propgcc-gcc"))))
|
||||||
|
|
||||||
;; There is no release, so we take the latest version as referenced from here:
|
;; There is no release, so we take the latest version as referenced from here:
|
||||||
|
|
Loading…
Reference in a new issue