unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 27018@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: bug#27018: [PATCH 5/5] gnu: arm-none-eabi-toolchain: Include libstdc++.
Date: Mon, 22 May 2017 16:13:19 +0200	[thread overview]
Message-ID: <20170522141319.2410-5-rekado@elephly.net> (raw)
In-Reply-To: <20170522141319.2410-1-rekado@elephly.net>

* gnu/packages/embedded.scm (arm-none-eabi-toolchain)[propagated-inputs]: Add
libstdc++.
---
 gnu/packages/embedded.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index f8684f46a..70541540e 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -249,6 +249,7 @@ library variant NEWLIB."
                            directories))))))
       (propagated-inputs
        `(("binutils" ,(cross-binutils "arm-none-eabi"))
+         ("libstdc++" ,(make-libstdc++-arm-none-eabi xgcc newlib-with-xgcc))
          ("gcc" ,xgcc)
          ("newlib" ,newlib-with-xgcc)))
       (synopsis "Complete GCC tool chain for ARM bare metal development")
-- 
2.12.2

  parent reply	other threads:[~2017-05-22 14:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22 13:55 bug#27018: [PATCH 0/5] Cross-compiler fixes Ricardo Wurmus
2017-05-22 14:13 ` bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc Ricardo Wurmus
2017-05-22 14:13   ` bug#27018: [PATCH 2/5] gnu: avr-gcc-4.9: Use gcc-4.9 as base compiler Ricardo Wurmus
2017-05-22 14:13   ` bug#27018: [PATCH 3/5] gnu: Add libstdc++-arm-none-eabi Ricardo Wurmus
2017-05-22 14:13   ` bug#27018: [PATCH 4/5] gnu: arm-none-eabi-toolchain: Provide union of all inputs at the output Ricardo Wurmus
2017-05-22 14:13   ` Ricardo Wurmus [this message]
2017-05-24 17:19   ` bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc Danny Milosavljevic
2017-05-24 21:29     ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170522141319.2410-5-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=27018@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).