blob: 12cec368d3b8eba06f387f5941526fc98203560f [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Macpaul Lin463d47f2011-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 Lin463d47f2011-10-11 22:33:19 +000010
Masahiro Yamada9b6e2c32014-02-28 14:33:30 +090011ifeq ($(CROSS_COMPILE),)
12CROSS_COMPILE := nds32le-linux-
13endif
Macpaul Lin463d47f2011-10-11 22:33:19 +000014
Daniel Schwierzeck1d3b97c2018-09-23 19:15:15 +020015CONFIG_STANDALONE_LOAD_ADDR = 0x300000
16LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds
Macpaul Lin463d47f2011-10-11 22:33:19 +000017
Bin Mengd8d81d42018-09-16 22:35:29 -070018PLATFORM_RELFLAGS += -fno-common -mrelax
Macpaul Lin463d47f2011-10-11 22:33:19 +000019PLATFORM_RELFLAGS += -gdwarf-2
Masahiro Yamada90f984e2014-07-30 14:08:23 +090020PLATFORM_CPPFLAGS += -D__nds32__ -G0 -ffixed-10 -fpie
Macpaul Lin463d47f2011-10-11 22:33:19 +000021
rickd607f6f2016-04-14 14:32:27 +080022LDFLAGS_u-boot = --gc-sections --relax -pie