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
|
||||
'configure 'chdir
|
||||
(lambda _
|
||||
(chdir "libstdc++-v3"))
|
||||
(chdir "libstdc++-v3")
|
||||
#t)
|
||||
%standard-phases)
|
||||
#:configure-flags `("--disable-libstdcxx-pch"
|
||||
,(string-append "--with-gxx-include-dir="
|
||||
|
|
Reference in New Issue