Fix typo in RiscV-64 test

This commit is contained in:
Nick Clifton 2024-04-23 17:06:11 +01:00
parent bfcebe5b7a
commit 347ab12f1b

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