]> git.sur5r.net Git - u-boot/blob - arch/m68k/config.mk
fit: Verify all configuration signatures
[u-boot] / arch / m68k / config.mk
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2002
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 ifeq ($(CROSS_COMPILE),)
7 CROSS_COMPILE := m68k-elf-
8 endif
9
10 CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000
11
12 PLATFORM_CPPFLAGS += -D__M68K__
13 PLATFORM_LDFLAGS  += -n
14 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
15 PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
16 LDFLAGS_FINAL                  += --gc-sections