Skip to content

Commit

Permalink
Add %riscv to std_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwab committed Aug 27, 2021
1 parent e57a5b6 commit cf23f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ my $std_macros = q{
%define sparc sparc sparcv8 sparcv9 sparcv9v sparc64 sparc64v
%define alpha alpha alphaev56 alphaev6 alphaev67
%define power64 ppc64 ppc64p7 ppc64le
%define riscv32 riscv32
%define riscv64 riscv64
%define riscv128 riscv128
%define riscv %{riscv32} %{riscv64} %{riscv128}
};
my $extra_macros = '';

Expand Down

0 comments on commit cf23f9d

Please sign in to comment.