Fix typo in test for RiscV-64 architecture.

This commit is contained in:
Nick Clifton 2024-04-23 17:07:00 +01:00
parent 189faa0d94
commit 3efb8016d7

View File

@ -379,7 +379,7 @@ export CLANG_TARGET_OPTIONS="-fcf-protection"
%ifarch aarch64
export CLANG_TARGET_OPTIONS="-mbranch-protection=standard"
%endif
%ifnarch risv64
%ifnarch riscv64
export CLANG_TARGET_OPTIONS="$CLANG_TARGET_OPTIONS -flto"
%endif