Fix typo in test for RiscV-64 architecture.
This commit is contained in:
parent
189faa0d94
commit
3efb8016d7
@ -379,7 +379,7 @@ export CLANG_TARGET_OPTIONS="-fcf-protection"
|
|||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
export CLANG_TARGET_OPTIONS="-mbranch-protection=standard"
|
export CLANG_TARGET_OPTIONS="-mbranch-protection=standard"
|
||||||
%endif
|
%endif
|
||||||
%ifnarch risv64
|
%ifnarch riscv64
|
||||||
export CLANG_TARGET_OPTIONS="$CLANG_TARGET_OPTIONS -flto"
|
export CLANG_TARGET_OPTIONS="$CLANG_TARGET_OPTIONS -flto"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user