guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: propeller-gcc-4: Add cross environment variables patch.


From: Ricardo Wurmus
Subject: 01/01: gnu: propeller-gcc-4: Add cross environment variables patch.
Date: Sun, 18 Jun 2017 10:57:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1d3be5d963418a30af6753374ac66a29dbccfdb7
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 18 16:48:27 2017 +0200

    gnu: propeller-gcc-4: Add cross environment variables patch.
    
    * gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add
    gcc-cross-environment-variables.patch.
---
 gnu/packages/embedded.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index c158405..a11722a 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]