syntax fix

This commit is contained in:
Martin Kroeker 2023-07-12 21:28:26 +02:00 committed by GitHub
parent b10de57f6c
commit e189d57337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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