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.
This commit is contained in:
parent
29d5767343
commit
0e881505f1
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user