Browse Source

syntax fix

pull/4136/head
Martin Kroeker GitHub 2 years ago
parent
commit
8cd6b5ca1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.arm64

+ 1
- 1
Makefile.arm64 View File

@@ -233,7 +233,7 @@ endif
ifeq (1, $(filter 1,$(GCCVERSIONGTEQ9) $(ISCLANG)))
ifeq ($(CORE), EMAG8180)
CCOMMON_OPT += -march=armv8-a
if (NOT $ISCLANG)
ifeq ($(ISCLANG), 0)
CCOMMON_OPT += -mtune=emag
endif
ifneq ($(F_COMPILER), NAG)


Loading…
Cancel
Save