提交 79d5b68e 编写于 作者: L LINxiansheng 提交者: LINGuanRen

Support loongarch64

上级 6ea9991d
......@@ -26,12 +26,19 @@ ob_lib_add_target(oblib_lib_coro_context
coro/context/asm/make_sw_64_sysv_elf_gas.S
coro/context/asm/jump_sw_64_sysv_elf_gas.S
coro/context/asm/ontop_sw_64_aapcs_elf_gas.S
coro/context/asm/jump_loongarch64_sysv_elf_gas.S
coro/context/asm/make_loongarch64_sysv_elf_gas.S
coro/context/asm/ontop_loongarch64_sysv_elf_gas.S
)
disable_pch(oblib_lib_coro_context)
if(${ARCHITECTURE} STREQUAL "loongarch64")
ob_lib_add_target(oblib_lib_coro_context_loongarch64
coro/context/asm/jump_loongarch64_sysv_elf_gas.S
coro/context/asm/make_loongarch64_sysv_elf_gas.S
coro/context/asm/ontop_loongarch64_sysv_elf_gas.S
)
disable_pch(oblib_lib_coro_context_loongarch64)
endif()
ob_set_subtarget(oblib_lib coro
coro/co_base_sched.cpp
coro/co_context.cpp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册