| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: New field.
|
|
|
|
|
|
|
| |
* 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.
|
|
* gnu/packages/llvm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|