]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/m68k/cpu/mcf547x_8x/config.mk
m68k: merge compile flags -ffixed-d7 -sep-data
[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_CPPFLAGS += -mcpu=5485 -fPIC
11
12 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
13 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
14 PLATFORM_LDFLAGS += --got=single
15 endif
16 endif