From 586c1004ddc462d001fe71f01b7e73ef44cc5964 Mon Sep 17 00:00:00 2001 From: gxw Date: Tue, 16 Aug 2022 09:42:45 +0800 Subject: [PATCH] LoongArch64: Change the ABI to lp64d --- Makefile.system | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.system b/Makefile.system index 6ff9da35f..dc3e77e35 100644 --- a/Makefile.system +++ b/Makefile.system @@ -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