guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: Add address@hidden


From: Efraim Flashner
Subject: 03/08: gnu: Add address@hidden
Date: Thu, 14 Sep 2017 23:36:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4072c10bee4ae236d64ed3f0d241cd2741914aa8
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 14 11:11:27 2017 +0300

    gnu: Add address@hidden
    
    * gnu/packages/gcc.scm (address@hidden): New variable.
---
 gnu/packages/gcc.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7c19a33..2a6877f 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -603,6 +603,15 @@ as the 'native-search-paths' field."
                      (variable "LIBRARY_PATH")
                      (files '("lib" "lib64"))))))
 
+(define-public gcc-objc-6
+  (custom-gcc gcc-6 "gcc-objc" '("objc")
+              (list (search-path-specification
+                     (variable "OBJC_INCLUDE_PATH")
+                     (files '("include")))
+                    (search-path-specification
+                     (variable "LIBRARY_PATH")
+                     (files '("lib" "lib64"))))))
+
 (define-public gcc-objc gcc-objc-4.9)
 
 (define-public gcc-objc++-4.8



reply via email to

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