blob: cb3d8b35b5cf1478a9c7ec7dd935aec8a9290e8f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Macpaul Lin0d1f4742011-10-11 22:33:19 +00002#
3# (C) Copyright 2000-2002
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5#
6# (C) Copyright 2011
7# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
8# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
9#
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 Yamadaa06c7cd2014-03-05 16:59:39 +090015CONFIG_STANDALONE_LOAD_ADDR = 0x300000 \
16 -T $(srctree)/examples/standalone/nds32.lds
Macpaul Lin0d1f4742011-10-11 22:33:19 +000017
18PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -mrelax
19PLATFORM_RELFLAGS += -gdwarf-2
Masahiro Yamada4869aee2014-07-30 14:08:23 +090020PLATFORM_CPPFLAGS += -D__nds32__ -G0 -ffixed-10 -fpie
Macpaul Lin0d1f4742011-10-11 22:33:19 +000021
rickb0fd6e02016-04-14 14:32:27 +080022LDFLAGS_u-boot = --gc-sections --relax -pie