Skip to content

Commit

Permalink
Merge pull request #719 from andreas-schwab/master
Browse files Browse the repository at this point in the history
Add %riscv to std_macros
  • Loading branch information
adrianschroeter committed Sep 14, 2021
2 parents 0c56520 + cf23f9d commit bbc5615
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 bbc5615

Please sign in to comment.