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.
parent
d85c254319
commit
96f8945425
|
@ -778,6 +778,10 @@ It also includes runtime support libraries for these languages.")
|
||||||
(("/lib/ld\\.so\\.1")
|
(("/lib/ld\\.so\\.1")
|
||||||
(search-input-file
|
(search-input-file
|
||||||
inputs #$(glibc-dynamic-linker matching-system))))
|
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"
|
(substitute* '("gcc/config/alpha/linux-elf.h"
|
||||||
"gcc/config/arm/linux-elf.h"
|
"gcc/config/arm/linux-elf.h"
|
||||||
"gcc/config/i386/linux.h"
|
"gcc/config/i386/linux.h"
|
||||||
|
|
Reference in New Issue