aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/llvm.scm
AgeCommit message (Collapse)Author
2015-06-26gnu: Refer to 'gcc' instead of 'gcc-4.9'.Ludovic Courtès
* gnu/packages/commencement.scm (gcc-boot0, cross-gcc-wrapper, libstdc++, gcc-final): Refer to GCC instead of GCC-4.9. * gnu/packages/cross-base.scm (%xgcc): New variable. (cross-gcc-arguments, cross-gcc): Refer to %XGCC instead of GCC-4.9. * gnu/packages/llvm.scm (clang-from-llvm): Refer to GCC instead of GCC-4.9. * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc, %gcc-static, %gcc-stripped): Likewise.
2015-06-19gnu: clang: Build without debugging symbols.Ludovic Courtès
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
2015-06-19gnu: clang: Allow 'clang' to link executables.Ludovic Courtès
* 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.
2015-06-19gnu: clang: Add search path specifications.Ludovic Courtès
* gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: New field.
2015-03-02gnu: Add llvm-3.6.0 and clang-3.6.0.Mark H Weaver
* 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.
2014-12-09gnu: Add llvm and clang.Eric Bavier
* gnu/packages/llvm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.