xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv8/config.mk (revision 892ff8e972efc7d4f42750e4fdbb2c2fefb78229)
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_NO_UNALIGNED := $(call cc-option, -mstrict-align)
10PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)
11