mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gcc-2.95: Add substitution for the Hurd's linker.
* gnu/packages/gcc.scm (gcc-2.95)[arguments]: Adjust custom 'set-dynamic-linker-file-name phase to also substitute the Hurd's linker.
This commit is contained in:
parent
d85c254319
commit
96f8945425
1 changed files with 4 additions and 0 deletions
|
@ -778,6 +778,10 @@ (define-public gcc-2.95
|
|||
(("/lib/ld\\.so\\.1")
|
||||
(search-input-file
|
||||
inputs #$(glibc-dynamic-linker matching-system))))
|
||||
(substitute* "gcc/config/i386/gnu.h"
|
||||
(("/lib/ld\\.so")
|
||||
(search-input-file
|
||||
inputs #$(glibc-dynamic-linker matching-system))))
|
||||
(substitute* '("gcc/config/alpha/linux-elf.h"
|
||||
"gcc/config/arm/linux-elf.h"
|
||||
"gcc/config/i386/linux.h"
|
||||
|
|
Loading…
Reference in a new issue