GNU bug report logs -
#63341
[PATCH] gnu: Add dummy linker for riscv64-elf.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sun, 7 May 2023 01:32:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Looks good to me!
On Mon, May 15, 2023 at 06:16:00PM +0800, iyzsong <at> envs.net wrote:
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Return "no-ld.so" for
> systems with a "-elf" suffix.
> ---
> gnu/packages/bootstrap.scm | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
> index 9a46f97c81..5f6a3acc83 100644
> --- a/gnu/packages/bootstrap.scm
> +++ b/gnu/packages/bootstrap.scm
> @@ -325,14 +325,11 @@ (define* (glibc-dynamic-linker
>
> ;; XXX: This one is used bare-bones, without a libc, so add a case
> ;; here just so we can keep going.
> - ((string=? system "arm-elf") "no-ld.so")
> ((string=? system "arm-eabi") "no-ld.so")
> - ((string=? system "xtensa-elf") "no-ld.so")
> ((string=? system "avr") "no-ld.so")
> - ((string=? system "propeller-elf") "no-ld.so")
> ((string=? system "i686-mingw") "no-ld.so")
> ((string=? system "x86_64-mingw") "no-ld.so")
> - ((string=? system "vc4-elf") "no-ld.so")
> + ((string-suffix? "-elf" system) "no-ld.so")
>
> (else (error "dynamic linker name not known for this system"
> system)))))
>
> base-commit: 79e9a70c94728272386c7e023a93aa33ebd27d34
> --
> 2.40.1
>
--
Efraim Flashner <efraim <at> flashner.co.il> פלשנר אפרים
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.