blob: c3923c63eadd49e1c21b1ffeb081fb4e68adcca1 [file] [log] [blame]
TsiChungLiewfc3ca3b2007-08-16 15:05:11 -05001#
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#
Alison Wangfdc2fb12012-10-18 19:25:51 +00007# Copyright 2011-2012 Freescale Semiconductor, Inc.
8#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02009# SPDX-License-Identifier: GPL-2.0+
TsiChungLiewfc3ca3b2007-08-16 15:05:11 -050010#
11
Masahiro Yamadab01d8642015-03-27 17:01:09 +090012cpuflags-$(CONFIG_MCF5441x) := -mcpu=54418 -fPIC
13cpuflags-$(CONFIG_MCF5445x) := -mcpu=54455 -fPIC
TsiChung Liewdcc2eb332008-06-18 19:05:23 -050014
15ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
16ifneq (,$(findstring GOT,$(shell $(LD) --help)))
17PLATFORM_LDFLAGS += --got=single
18endif
19endif