diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-19 17:18:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-19 17:23:48 +0200 |
commit | fd6ae1b9836ffe74105f26930d101d1297849740 (patch) | |
tree | 16c1a0ba29c5a5883b88f186148ecefc3f91c7af /gnu-system.am | |
parent | ef11ac87013a67f2c4454adf7d477a5c602a14b3 (diff) | |
download | gnu-guix-fd6ae1b9836ffe74105f26930d101d1297849740.tar gnu-guix-fd6ae1b9836ffe74105f26930d101d1297849740.tar.gz |
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.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 1f7c4e8490..c061747cd7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -394,6 +394,7 @@ dist_patch_DATA = \ gnu/packages/patches/calibre-no-updates-dialog.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ gnu/packages/patches/chmlib-inttypes.patch \ + gnu/packages/patches/clang-libc-search-path.patch \ gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/coreutils-dummy-man.patch \ |