Skip to content
Snippets Groups Projects
Commit c8fdaa86 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

checkasm: add loongarch GAS file to checkasm_asm_sources

This is not an object so putting it in the objects variable seems wrong
and would also break using gaspp for that file.
parent f772f3e6
No related branches found
No related tags found
1 merge request!1763checkasm: add loongarch GAS file to checkasm_asm_sources
Pipeline #534808 passed with stages
in 34 minutes and 56 seconds
......@@ -74,7 +74,7 @@ if is_asm_enabled
elif host_machine.cpu_family().startswith('x86')
checkasm_asm_objs += nasm_gen.process(files('checkasm/x86/checkasm.asm'))
elif host_machine.cpu_family().startswith('loongarch')
checkasm_asm_objs += files('checkasm/loongarch/checkasm.S')
checkasm_asm_sources += files('checkasm/loongarch/checkasm.S')
endif
if use_gaspp
......
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