gnu: libstdc++: Return #t from chdir phase.

* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir
phase.
master
Mark H Weaver 2018-03-16 08:59:55 -04:00
parent 6cbee49d66
commit eb8ea38141
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -521,7 +521,8 @@ using compilers other than GCC."
#:phases (alist-cons-before
'configure 'chdir
(lambda _
(chdir "libstdc++-v3"))
(chdir "libstdc++-v3")
#t)
%standard-phases)
#:configure-flags `("--disable-libstdcxx-pch"
,(string-append "--with-gxx-include-dir="