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.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ if is_asm_enabled
|
|||||||
elif host_machine.cpu_family().startswith('x86')
|
elif host_machine.cpu_family().startswith('x86')
|
||||||
checkasm_asm_objs += nasm_gen.process(files('checkasm/x86/checkasm.asm'))
|
checkasm_asm_objs += nasm_gen.process(files('checkasm/x86/checkasm.asm'))
|
||||||
elif host_machine.cpu_family().startswith('loongarch')
|
elif host_machine.cpu_family().startswith('loongarch')
|
||||||
checkasm_asm_objs += files('checkasm/loongarch/checkasm.S')
|
checkasm_asm_sources += files('checkasm/loongarch/checkasm.S')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if use_gaspp
|
if use_gaspp
|
||||||
|
|||||||
Reference in New Issue
Block a user