瀏覽代碼

add ppsuf so that we can compiler loongarch fpc now

Jinyang He 2 年之前
父節點
當前提交
e2d86ad66a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile.fpc

+ 3 - 0
Makefile.fpc

@@ -100,6 +100,9 @@ endif
 ifeq ($(CPU_TARGET),wasm32)
 ifeq ($(CPU_TARGET),wasm32)
 PPSUF=wasm32
 PPSUF=wasm32
 endif
 endif
+ifeq ($(CPU_TARGET),loongarch64)
+PPSUF=loongarch64
+endif
 
 
 # cross compilers uses full cpu_target, not just ppc-suffix
 # cross compilers uses full cpu_target, not just ppc-suffix
 # (except if the target cannot run a native compiler)
 # (except if the target cannot run a native compiler)