summaryrefslogtreecommitdiffstats
path: root/arch/sh/cpu/sh2/config.mk
blob: 4904d76d44bb53672f2222d14855b8f89836467e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# (C) Copyright 2007-2008
# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
#
# SPDX-License-Identifier:	GPL-2.0+
#
#
ENDIANNESS += -EB

ifdef CONFIG_SH2A
PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb
else # SH2
PLATFORM_CPPFLAGS += -m3e -mb
endif
PLATFORM_CPPFLAGS += -DCONFIG_SH2 $(call cc-option,-mno-fdpic)

PLATFORM_LDFLAGS += $(ENDIANNESS)
OpenPOWER on IntegriCloud