Age | Commit message (Expand) | Author |
2015-06-19 | gnu: clang: Build without debugging symbols....* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
| Ludovic Courtès |
2015-06-19 | gnu: clang: Allow 'clang' to link executables....* gnu/packages/patches/clang-libc-search-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (clang-from-llvm)[source]: Use it.
[inputs]: Add "gcc-lib".
[arguments]. Add -DGCC_INSTALL_PREFIX and -DC_INCLUDE_DIRS to
#:configure-flags. Add #:phases argument.
| Ludovic Courtès |
2015-06-19 | gnu: clang: Add search path specifications....* gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: New field.
| Ludovic Courtès |
2015-03-02 | gnu: Add llvm-3.6.0 and clang-3.6.0....* gnu/packages/llvm.scm (llvm): Update to 3.6.0.
(clang-from-llvm): New procedure.
(clang): Update to 3.6.0. Reimplement using 'clang-from-llvm'.
(llvm-3.5, clang-3.5): New variables.
| Mark H Weaver |
2014-12-09 | gnu: Add llvm and clang....* gnu/packages/llvm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Eric Bavier |