blob: 0cbc4ad0582d850038c17d02f1798f88c4f16a01 [file] [log] [blame]
Macpaul Lin0d1f4742011-10-11 22:33:19 +00001#
2# (C) Copyright 2000-2002
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# (C) Copyright 2011
6# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
7# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
8#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02009# SPDX-License-Identifier: GPL-2.0+
Macpaul Lin0d1f4742011-10-11 22:33:19 +000010
Masahiro Yamadaf0ac9e02014-02-28 14:33:30 +090011ifeq ($(CROSS_COMPILE),)
12CROSS_COMPILE := nds32le-linux-
13endif
Macpaul Lin0d1f4742011-10-11 22:33:19 +000014
Masahiro Yamada59f15f22014-02-04 17:24:24 +090015CONFIG_STANDALONE_LOAD_ADDR = 0x300000 -T $(srctree)/$(src)/nds32.lds
Macpaul Lin0d1f4742011-10-11 22:33:19 +000016
17PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -mrelax
18PLATFORM_RELFLAGS += -gdwarf-2
19PLATFORM_CPPFLAGS += -DCONFIG_NDS32 -D__nds32__ -G0 -ffixed-10 -fpie
20
21LDFLAGS_u-boot = --gc-sections --relax