summaryrefslogtreecommitdiff
path: root/gnu/packages/embedded.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/embedded.scm')
-rw-r--r--gnu/packages/embedded.scm17
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index d163ac5a57f..43bb77ae022 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -32,6 +32,15 @@
32;;; You should have received a copy of the GNU General Public License 32;;; You should have received a copy of the GNU General Public License
33;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 33;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
34 34
35;;; Commentary:
36;;;
37;;; This modules contains toolchain generators as well as packages for use in
38;;; embedded contexts. Note: the toolchain and specialized packages are
39;;; procedures, so as to delay their references to top level bindings such as
40;;; 'gcc' or 'cross-gcc', etc.
41;;;
42;;; Code:
43
35(define-module (gnu packages embedded) 44(define-module (gnu packages embedded)
36 #:use-module (guix utils) 45 #:use-module (guix utils)
37 #:use-module (guix packages) 46 #:use-module (guix packages)
@@ -121,14 +130,6 @@
121 make-propeller-gcc-6 130 make-propeller-gcc-6
122 make-propeller-toolchain)) 131 make-propeller-toolchain))
123 132
124;;; Commentary:
125;;;
126;;; This modules contains toolchain generators as well as packages for use in
127;;; embedded contexts. Note: the toolchain and specialized packages are
128;;; procedures, so as to delay their references to top level bindings such as
129;;; 'gcc' or 'cross-gcc', etc.
130;;;
131
132;; We must not use the released GCC sources here, because the cross-compiler 133;; We must not use the released GCC sources here, because the cross-compiler
133;; does not produce working binaries. Instead we take the very same SVN 134;; does not produce working binaries. Instead we take the very same SVN
134;; revision from the branch that is used for a release of the "GCC ARM 135;; revision from the branch that is used for a release of the "GCC ARM