LoongArch64: Change the ABI to lp64d

This commit is contained in:
gxw 2022-08-16 09:42:45 +08:00
parent c17fe9e27b
commit 586c1004dd
1 changed files with 2 additions and 2 deletions

View File

@ -896,8 +896,8 @@ BINARY_DEFINED = 1
endif
ifeq ($(ARCH), loongarch64)
CCOMMON_OPT += -march=loongarch64 -mabi=lp64
FCOMMON_OPT += -march=loongarch64 -mabi=lp64
CCOMMON_OPT += -march=loongarch64 -mabi=lp64d
FCOMMON_OPT += -march=loongarch64 -mabi=lp64d
endif
endif