未验证 提交 ae1d5417 编写于 作者: F fire_atom 提交者: GitHub

fixed 899, failed to deploy oceanbase on arm platformat (#940)

上级 723d5dd8
......@@ -135,7 +135,7 @@ if(${ARCHITECTURE} STREQUAL "x86_64")
elseif(${ARCHITECTURE} STREQUAL "aarch64")
set(MARCH_CFLAGS "-march=armv8-a+crc" )
set(MTUNE_CFLAGS "-mtune=generic" )
set(ARCH_LDFLAGS "-latomic")
set(ARCH_LDFLAGS "-l:libatomic.a")
elseif(${ARCHITECTURE} STREQUAL "loongarch64")
set(MARCH_CFLAGS "-march=la464" )
set(MTUNE_CFLAGS "-mabi=lp64d" )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册