Browse Source

Move LoongArch make rules to Makefile.loongarch64

pull/3626/head
WANG Xuerui 4 years ago
parent
commit
5af7b8638b
No known key found for this signature in database GPG Key ID: 83EF2D9C2A5D6927
2 changed files with 3 additions and 7 deletions
  1. +3
    -2
      Makefile.loongarch64
  2. +0
    -5
      Makefile.system

+ 3
- 2
Makefile.loongarch64 View File

@@ -1,3 +1,4 @@
ifdef BINARY64
else
ifeq ($(CORE), LOONGSON3R5)
CCOMMON_OPT += -march=loongarch64 -mabi=lp64
FCOMMON_OPT += -march=loongarch64 -mabi=lp64
endif

+ 0
- 5
Makefile.system View File

@@ -895,11 +895,6 @@ ifeq ($(OSNAME), AIX)
BINARY_DEFINED = 1
endif

ifeq ($(ARCH), loongarch64)
CCOMMON_OPT += -march=loongarch64 -mabi=lp64
FCOMMON_OPT += -march=loongarch64 -mabi=lp64
endif

endif

ifndef BINARY_DEFINED


Loading…
Cancel
Save