summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/ixp/config.mk
blob: 0f12f8b1c755849af25c2148db5a45189895e7e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# (C) Copyright 2002
# Sysgo Real-Time Solutions, GmbH <www.elinos.com>
# Marius Groeger <mgroeger@sysgo.de>
#
# SPDX-License-Identifier:	GPL-2.0+
#

BIG_ENDIAN = y

PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float -mbig-endian

PLATFORM_CPPFLAGS += -mbig-endian -march=armv5te -mtune=strongarm1100

PLATFORM_LDFLAGS += -EB
USE_PRIVATE_LIBGCC = yes

# =========================================================================
#
# Supply options according to compiler version
#
# =========================================================================
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
OpenPOWER on IntegriCloud