Skip to content

Commit

Permalink
target/armv8r.mk: add mtune flag
Browse files Browse the repository at this point in the history
JIRA: RTOS-875
  • Loading branch information
lukileczo committed Aug 2, 2024
1 parent dda71eb commit 6553691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/armv8r.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OLVL ?= -O2
CFLAGS += -mthumb -fomit-frame-pointer -mno-unaligned-access

ifeq ($(TARGET_FAMILY), armv8r52)
CFLAGS += -mcpu=cortex-r52 -mfpu=neon-vfpv3 -mfloat-abi=hard
CFLAGS += -mcpu=cortex-r52 -mtune=cortex-r52 -mfpu=neon-vfpv3 -mfloat-abi=hard
endif

VADDR_KERNEL_INIT := $(KERNEL_PHADDR)
Expand Down

0 comments on commit 6553691

Please sign in to comment.