blob: 5ac9f90402c2ad15e432796c39e446c263adb8e0 [file] [log] [blame]
Macpaul Lin463d47f2011-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 Denk1a459662013-07-08 09:37:19 +02009# SPDX-License-Identifier: GPL-2.0+
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
Masahiro Yamadaa0a15b42014-03-05 16:59:39 +090015CONFIG_STANDALONE_LOAD_ADDR = 0x300000 \
16 -T $(srctree)/examples/standalone/nds32.lds
Macpaul Lin463d47f2011-10-11 22:33:19 +000017
18PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -mrelax
19PLATFORM_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
22LDFLAGS_u-boot = --gc-sections --relax