~ruther/guix-local

0e881505f19bd9ea9eb543c43483f2ac45a912b3 — Efraim Flashner 2 years ago 29d5767
gnu: make-libstdc++: Adjust order of phases.

* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Move custom
'fix-rs6000-libdir phase to after the 'unpack phase.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +1 -1
@@ 1006,7 1006,7 @@ using compilers other than GCC."
                                      (assoc-ref inputs "powerpc64le-patch"))))))
                   '()))
          ;; Force rs6000 (i.e., powerpc) libdir to be /lib and not /lib64.
          (add-before 'chdir 'fix-rs6000-libdir
          (add-after 'unpack 'fix-rs6000-libdir
            (lambda _
              (when (file-exists? "gcc/config/rs6000")
                (substitute* (find-files "gcc/config/rs6000")