3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ricardo Wurmus 2017-06-18 16:48:27 +02:00
parent 7fadeab448
commit 1d3be5d963
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -507,7 +507,8 @@ with a layered architecture of JTAG interface and TAP support.")
(patches
(append
(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"))))
;; There is no release, so we take the latest version as referenced from here: