]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/ixp/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / cpu / ixp / config.mk
1 #
2 # (C) Copyright 2002
3 # Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4 # Marius Groeger <mgroeger@sysgo.de>
5 #
6 # SPDX-License-Identifier:      GPL-2.0+
7 #
8
9 BIG_ENDIAN = y
10
11 PLATFORM_RELFLAGS += -mbig-endian
12
13 PLATFORM_CPPFLAGS += -mbig-endian -march=armv5te -mtune=strongarm1100
14
15 PLATFORM_LDFLAGS += -EB
16 USE_PRIVATE_LIBGCC = yes