blob: 027a68ca577d1f055eff88525e72ba62fd87c304 [file] [log] [blame]
David Feng0ae76532013-12-14 11:47:35 +08001#
2# (C) Copyright 2002
3# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7PLATFORM_RELFLAGS += -fno-common -ffixed-x18
8
9# SEE README.arm-unaligned-accesses
10PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
11PLATFORM_NO_UNALIGNED := $(PF_NO_UNALIGNED)
12
13PF_CPPFLAGS_ARMV8 := $(call cc-option, -march=armv8-a)
14PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV8)
15PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)