mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: gcc-14: Force libdir /lib instead of /lib64 for the 64bit Hurd.
* gnu/packages/gcc.scm (gcc-14)[arguments]: In stage "pre-x86-configure", also patch "gcc/config/i386/t-gnu64". Change-Id: Ib2607c5f315c49696596fdcbcbbcc2895b6a9775
This commit is contained in:
parent
d6780d79d9
commit
4d077bba89
1 changed files with 2 additions and 1 deletions
|
@ -843,7 +843,8 @@ (define-public gcc-14
|
|||
#~(modify-phases #$phases
|
||||
(add-before 'configure 'pre-x86-configure
|
||||
(lambda _
|
||||
(substitute* "gcc/config/i386/t-linux64"
|
||||
(substitute* '("gcc/config/i386/t-linux64"
|
||||
"gcc/config/i386/t-gnu64")
|
||||
(("\\.\\./lib64") "../lib"))))))))
|
||||
(properties
|
||||
`((compiler-cpu-architectures
|
||||
|
|
Loading…
Reference in a new issue