about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/riscv/rv32/Implies
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Remove generic ImpliesAdhemerval Zanella2023-02-201-2/+0
| | | | | | | | | The default Linux implementation already handled the Linux generic ABIs interface used on newer architectures, so there is no need to Imply the generic any longer. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
* RISC-V: Build infrastructure for 32-bit portZong Li2020-08-271-0/+3
This patch lays out the top-level organisation of the RISC-V 32-bit port. It provides all the Implies files as well as various other fragments of the build infrastructure. Reviewed-by: Maciej W. Rozycki <macro@wdc.com>