[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update.
From: |
guix-commits |
Subject: |
132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update. |
Date: |
Sun, 29 Dec 2019 20:44:15 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 72ec74ae2f599cd49fa93758b201ae5b6ac3ec8d
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 24 23:35:18 2019 +0100
gnu: Add newlib-arm-none-eabi-7-2018-q2-update.
* gnu/packages/embedded.scm (newlib-arm-none-eabi-7-2018-q2-update): New
variable.
---
gnu/packages/embedded.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index d2918c9..257ae49 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -285,6 +285,38 @@ usable on embedded products.")
(variable "CROSS_LIBRARY_PATH")
(files '("arm-none-eabi/lib"))))))))
+(define-public newlib-arm-none-eabi-7-2018-q2-update
+ ;; This is the same commit as used for the 7-2018-q2-update release
+ ;; according to the release.txt.
+ (let ((commit "3ccfb407af410ba7e54ea0da11ae1e40b554a6f4")
+ (revision "0"))
+ (package
+ (inherit newlib-arm-none-eabi)
+ (version (git-version "3.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "http://sourceware.org/git/newlib-cygwin.git")
+ (commit commit)))
+ (file-name (git-file-name "newlib" commit))
+ (sha256
+ (base32
+ "1dq23fqrk75g1a4v7569fvnnw5q440zawbxi3w0g05n8jlqsmvcy"))))
+ (arguments
+ (substitute-keyword-arguments (package-arguments newlib-arm-none-eabi)
+ ;; The configure flags are identical to the flags used by the "GCC ARM
+ ;; embedded" project.
+ ((#:configure-flags flags)
+ `(cons* "--enable-newlib-io-c99-formats"
+ "--enable-newlib-retargetable-locking"
+ "--with-headers=yes"
+ ,flags))))
+ (native-inputs
+ `(("xbinutils" ,(cross-binutils "arm-none-eabi"))
+ ("xgcc" ,gcc-arm-none-eabi-7-2018-q2-update)
+ ("texinfo" ,texinfo))))))
+
(define (make-libstdc++-arm-none-eabi xgcc newlib)
(let ((libstdc++ (make-libstdc++ xgcc)))
(package (inherit libstdc++)
- 150/285: gnu: pan: Update to 0.146., (continued)
- 150/285: gnu: pan: Update to 0.146., guix-commits, 2019/12/29
- 149/285: gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722]., guix-commits, 2019/12/29
- 152/285: gnu: lxtask: Update to 0.1.9., guix-commits, 2019/12/29
- 156/285: gnu: squashfs-tools: Update to 4.4., guix-commits, 2019/12/29
- 158/285: gnu: Add dvdbackup., guix-commits, 2019/12/29
- 115/285: gnu: Add gnome-font-viewer., guix-commits, 2019/12/29
- 120/285: gnu: xmobar: Update to 0.32., guix-commits, 2019/12/29
- 151/285: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/29
- 128/285: gnu: Add python-fastentrypoints., guix-commits, 2019/12/29
- 133/285: gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update.,
guix-commits <=
- 139/285: gnu: libebml: Update to 1.3.10., guix-commits, 2019/12/29
- 143/285: gnu: obs: Update to 24.0.4., guix-commits, 2019/12/29
- 153/285: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/29
- 154/285: gnu: btrfs-progs: Update to 5.4., guix-commits, 2019/12/29
- 159/285: gnu: Add python-pathos., guix-commits, 2019/12/29
- 166/285: gnu: mumimu: Remove reference to guile-email., guix-commits, 2019/12/29
- 175/285: gnu: postgis: Update to 3.0.0., guix-commits, 2019/12/29
- 182/285: gnu: i3-gaps: Update source checksum., guix-commits, 2019/12/29
- 189/285: gnu: Add kaffeine., guix-commits, 2019/12/29
- 191/285: gnu: Add kmplayer., guix-commits, 2019/12/29