]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/cpu/arm1176/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / arch / arm / cpu / arm1176 / config.mk
CommitLineData
9b07773f
GL
1#
2# (C) Copyright 2002
792a09eb 3# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
9b07773f 4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
9b07773f 6#
d72871e1 7PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
9b07773f
GL
8
9# Make ARMv5 to allow more compilers to work, even though its v6.
10PLATFORM_CPPFLAGS += -march=armv5t
11# =========================================================================
12#
13# Supply options according to compiler version
14#
15# =========================================================================
cca4e4ae
WD
16PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,\
17 $(call cc-option,-malignment-traps,))
18PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)