]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/arm920t/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / cpu / arm920t / config.mk
CommitLineData
5afd1307
WD
1#
2# (C) Copyright 2002
792a09eb 3# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
5afd1307 4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
5afd1307
WD
6#
7
d72871e1 8PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
1820d4c7
WD
9
10PLATFORM_CPPFLAGS += -march=armv4
11# =========================================================================
12#
13# Supply options according to compiler version
14#
15# =========================================================================
cca4e4ae
WD
16PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
17PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)