summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/arm/armv5te.mk
blob: 88e57b726476ca2f4478959786497b5127000d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configuration for Linux on ARM.
# Generating binaries for the ARMv5TE architecture and higher
#

# Note: Hard coding the 'tune' value here is probably not ideal,
# and a better solution should be found in the future.
#
arch_variant_cflags := \
    -march=armv5te \
    -mtune=xscale  \
    -D__ARM_ARCH_5__ \
    -D__ARM_ARCH_5T__ \
    -D__ARM_ARCH_5E__ \
    -D__ARM_ARCH_5TE__