all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 2/4] gnu: Add default gcc-objc.
Date: Mon, 16 May 2016 20:14:04 +0200	[thread overview]
Message-ID: <1463422446-10382-2-git-send-email-rekado@elephly.net> (raw)
In-Reply-To: <1463422446-10382-1-git-send-email-rekado@elephly.net>

* gnu/packages/gcc.scm (gcc-objc): New variable.
---
 gnu/packages/gcc.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 64035b3..d8b96c7 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -624,6 +624,8 @@ as the 'native-search-paths' field."
                      (variable "LIBRARY_PATH")
                      (files '("lib" "lib64"))))))
 
+(define-public gcc-objc gcc-objc-4.9)
+
 (define-public gcc-objc++-4.8
   (custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")
               (list (search-path-specification
-- 
2.7.3

  reply	other threads:[~2016-05-16 18:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16 18:14 [PATCH 1/4] gnu: Add gcc-objc-4.9 Ricardo Wurmus
2016-05-16 18:14 ` Ricardo Wurmus [this message]
2016-05-16 18:14 ` [PATCH 3/4] gnu: Add gcc-objc++-4.9 Ricardo Wurmus
2016-05-16 18:14 ` [PATCH 4/4] gnu: Add default gcc-objc++ Ricardo Wurmus
2016-05-19 13:12 ` [PATCH 1/4] gnu: Add gcc-objc-4.9 Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=1463422446-10382-2-git-send-email-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.