guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: Update default gcc-objc and gcc-objc++.


From: Efraim Flashner
Subject: 07/08: gnu: Update default gcc-objc and gcc-objc++.
Date: Thu, 14 Sep 2017 23:36:54 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 14728ab78f773f200d247b3b33a03645b06cf03a
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 14 11:16:45 2017 +0300

    gnu: Update default gcc-objc and gcc-objc++.
    
    * gnu/packages/gcc.scm (gcc-objc, gcc-objc++): Update default to 5.
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index e6fb72f..7870d45 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -621,7 +621,7 @@ as the 'native-search-paths' field."
                      (variable "LIBRARY_PATH")
                      (files '("lib" "lib64"))))))
 
-(define-public gcc-objc gcc-objc-4.9)
+(define-public gcc-objc gcc-objc-5)
 
 (define-public gcc-objc++-4.8
   (custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")
@@ -668,7 +668,7 @@ as the 'native-search-paths' field."
                      (variable "LIBRARY_PATH")
                      (files '("lib" "lib64"))))))
 
-(define-public gcc-objc++ gcc-objc++-4.9)
+(define-public gcc-objc++ gcc-objc++-5)
 
 (define (make-libstdc++-doc gcc)
   "Return a package with the libstdc++ documentation for GCC."



reply via email to

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