add ppsuf so that we can compiler loongarch fpc now

This commit is contained in:
Jinyang He 2022-11-05 15:39:27 +08:00 committed by FPK
parent 176462c39a
commit e2d86ad66a

View File

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