summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/clang-libc-search-path.patch
Commit message (Collapse)AuthorAge
* gnu: clang: Disable distro detection and remove FHS assumptions.Ludovic Courtès2015-07-24
| | | | | | * gnu/packages/patches/clang-libc-search-path.patch: Disable distro detection and remove hard-coded FHS file names, both of which would lead to breakage on non-GuixSD systems.
* gnu: clang: Allow 'clang' to link executables.Ludovic Courtès2015-06-19
* 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.