gnu: clang: Return #t from all phases.
* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the 'set-glibc-file-names' phase.
This commit is contained in:
parent
f9b282f484
commit
13f5a0dc80
|
@ -191,7 +191,9 @@ compiler. In LLVM this library is called \"compiler-rt\".")
|
||||||
;; found.
|
;; found.
|
||||||
(substitute* "lib/Driver/ToolChains.cpp"
|
(substitute* "lib/Driver/ToolChains.cpp"
|
||||||
(("@GLIBC_LIBDIR@")
|
(("@GLIBC_LIBDIR@")
|
||||||
(string-append libc "/lib")))))))))
|
(string-append libc "/lib")))
|
||||||
|
|
||||||
|
#t))))))
|
||||||
|
|
||||||
;; Clang supports the same environment variables as GCC.
|
;; Clang supports the same environment variables as GCC.
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in New Issue