summaryrefslogtreecommitdiffstats
path: root/arch/m68k/config.mk
blob: 33b3d51af06ccf8d892554b275185782251f662f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# (C) Copyright 2000-2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

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

CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000

PLATFORM_CPPFLAGS += -DCONFIG_M68K -D__M68K__
PLATFORM_LDFLAGS  += -n
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
LDFLAGS_FINAL                  += --gc-sections
OpenPOWER on IntegriCloud