!14 Add optflags for RISC-V

Merge pull request !14 from whoisxxx/master
This commit is contained in:
openeuler-ci-bot 2020-06-18 10:11:38 +08:00 committed by Gitee
commit 81bbb89f94

1
rpmrc
View File

@ -6,6 +6,7 @@ optflags: ia64 %{__global_compiler_flags}
optflags: x86_64 %{__global_compiler_flags} -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection optflags: x86_64 %{__global_compiler_flags} -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection
optflags: aarch64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection optflags: aarch64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection
optflags: riscv64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection
buildarchtranslate: athlon: i686 buildarchtranslate: athlon: i686
buildarchtranslate: geode: i686 buildarchtranslate: geode: i686