]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/m68k/cpu/mcf547x_8x/config.mk
malta: correct tcl script path in README.malta
[karo-tx-uboot.git] / arch / m68k / cpu / mcf547x_8x / config.mk
1 #
2 # (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de>
3 #
4 # (C) Copyright 2000-2004
5 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 #
7 # SPDX-License-Identifier:      GPL-2.0+
8 #
9
10 PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
11 PLATFORM_CPPFLAGS += -mcpu=5485 -fPIC
12
13 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
14 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
15 PLATFORM_LDFLAGS += --got=single
16 endif
17 endif