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:
Mark H Weaver 2018-03-23 04:52:34 -04:00
parent f9b282f484
commit 13f5a0dc80
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 1 deletions

View File

@ -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