gnu: propeller-gcc-4: Add cross environment variables patch.
* gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add gcc-cross-environment-variables.patch.master
parent
7fadeab448
commit
1d3be5d963
|
@ -507,7 +507,8 @@ with a layered architecture of JTAG interface and TAP support.")
|
||||||
(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:
|
||||||
|
|
Reference in New Issue