#1031866 /usr/bin/ld: cannot find -lgcc_s: No such file or directory

Package:
gcc-snapshot
Source:
gcc-snapshot
Description:
SNAPSHOT of the GNU Compiler Collection
Submitter:
Mathieu Malaterre
Date:
2023-02-24 15:27:04 UTC
Severity:
normal
#1031866#5
Date:
2023-02-24 15:26:02 UTC
From:
To:
on riscv64, here is what I see:

$ cat /tmp/bla.c
int main() {}

$  /usr/lib/gcc-snapshot/bin/gcc /tmp/bla.c
/usr/bin/ld: cannot find -lgcc_s: No such file or directory
collect2: error: ld returned 1 exit status

Thanks