3 # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
5 # SPDX-License-Identifier: GPL-2.0+
7 PLATFORM_RELFLAGS += -fno-common -ffixed-x18
9 # SEE README.arm-unaligned-accesses
10 PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
11 PLATFORM_NO_UNALIGNED := $(PF_NO_UNALIGNED)
13 PF_CPPFLAGS_ARMV8 := $(call cc-option, -march=armv8-a)
14 PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV8)
15 PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)