Browse Source

LoongArch64: Change the ABI to lp64d

pull/3723/head
gxw 3 years ago
parent
commit
586c1004dd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile.system

+ 2
- 2
Makefile.system 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


Loading…
Cancel
Save