xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv8/config.mk (revision dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2)
1#
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
9PF_CPPFLAGS_ARMV8 := $(call cc-option, -march=armv8-a)
10PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
11PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV8)
12PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)
13