gnu: libstdc++: Return #t from chdir phase.
* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir phase.master
parent
6cbee49d66
commit
eb8ea38141
|
@ -521,7 +521,8 @@ using compilers other than GCC."
|
||||||
#:phases (alist-cons-before
|
#:phases (alist-cons-before
|
||||||
'configure 'chdir
|
'configure 'chdir
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "libstdc++-v3"))
|
(chdir "libstdc++-v3")
|
||||||
|
#t)
|
||||||
%standard-phases)
|
%standard-phases)
|
||||||
#:configure-flags `("--disable-libstdcxx-pch"
|
#:configure-flags `("--disable-libstdcxx-pch"
|
||||||
,(string-append "--with-gxx-include-dir="
|
,(string-append "--with-gxx-include-dir="
|
||||||
|
|
Reference in New Issue