integration/export: Disable riscv_zicsr workaround for now since does not seems working.
This commit is contained in:
parent
3acf22ff6f
commit
e0a549f8ea
|
@ -106,8 +106,8 @@ def get_cpu_mak(cpu, compile_software):
|
|||
flags = re.compile("-march=([^ ]+)").sub("-march=\\1_zicsr", flags)
|
||||
return flags
|
||||
|
||||
if (not clang) and ("riscv" in selected_triple):
|
||||
flags = apply_riscv_zicsr_march_workaround(flags)
|
||||
#if (not clang) and ("riscv" in selected_triple):
|
||||
# flags = apply_riscv_zicsr_march_workaround(flags)
|
||||
|
||||
# Return informations.
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue