summaryrefslogtreecommitdiff
path: root/arch/sparc/config.mk
blob: 6dbf20f5377b9e523727a1134d842ac8e9f0c819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# (C) Copyright 2007
# Daniel Hellstrom, Gaisler Research, daniel@gaisler.com
#
# SPDX-License-Identifier:	GPL-2.0+
#

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := sparc-elf-
endif

CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000 -L $(gcclibdir) \
			       -T $(srctree)/examples/standalone/sparc.lds

PLATFORM_CPPFLAGS += -DCONFIG_SPARC -D__sparc__