summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/clang-libc-search-path.patch
AgeCommit message (Collapse)Author
2015-07-24gnu: clang: Disable distro detection and remove FHS assumptions.Ludovic Courtès
* 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.
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.