diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-05-16 20:11:19 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-05-20 15:19:48 +0200 |
commit | 8b196ad208e844e2829e49382811dff327bd297d (patch) | |
tree | 3e85cc14ae9dc8f86470b36e57a69796852736f0 /gnu/packages/gcc.scm | |
parent | 2d69c1616d974f45ecdc4977d4501d0ae1dcd634 (diff) | |
download | patches-8b196ad208e844e2829e49382811dff327bd297d.tar patches-8b196ad208e844e2829e49382811dff327bd297d.tar.gz |
gnu: Add default gcc-objc.
* gnu/packages/gcc.scm (gcc-objc): New variable.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 64035b3dfe..d8b96c7dd0 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 |