Add architecture macro for all RISC-V processors

This makes it easier to reference all RISC-V architectures supported
by RPM in the same way that ARM and POWER architectures are.

Like ARM, RISC-V has a lot of subarchitecture variants, so having
the structure in place to be able to reference all of them easily
will be very useful in the near future.
This commit is contained in:
Neal Gompa 2019-12-19 23:56:13 -05:00 committed by Florian Festi
parent 307872f71b
commit 8024f59380
1 changed files with 7 additions and 0 deletions

View File

@ -1163,6 +1163,13 @@ package or when debugging this package.\
# arch macro for all supported PowerPC 64 processors
%power64 ppc64 ppc64p7 ppc64le
#------------------------------------------------------------------------------
# arch macro for all supported RISC-V processors
%riscv32 riscv32
%riscv64 riscv64
%riscv128 riscv128
%riscv %{riscv32} %{riscv64} %{riscv128}
#------------------------------------------------------------------------
# Use in %install to generate locale specific file lists. For example,
#