]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm1176/config.mk
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
[karo-tx-uboot.git] / arch / arm / cpu / arm1176 / config.mk
1 #
2 # (C) Copyright 2002
3 # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
8
9 # Make ARMv5 to allow more compilers to work, even though its v6.
10 PLATFORM_CPPFLAGS += -march=armv5t
11 # =========================================================================
12 #
13 # Supply options according to compiler version
14 #
15 # =========================================================================
16 PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,\
17                         $(call cc-option,-malignment-traps,))
18 PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)