Skip to content
Snippets Groups Projects
Commit d13f6a8b authored by Dylan Baker's avatar Dylan Baker
Browse files

meson: fix typo which breaks loongson checks

mach -> march
parent e7ac62c3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ endforeach
use_loongson_mmi = get_option('loongson-mmi')
have_loongson_mmi = false
loongson_mmi_flags = ['-mach=loongson2f']
loongson_mmi_flags = ['-march=loongson2f']
if not use_loongson_mmi.disabled()
if host_machine.cpu_family() == 'mips64' and cc.compiles('''
#ifndef __mips_loongson_vector_rev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment