blob: c63d170eaee658cd0a6ade522e6e5a7ce7117844 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
wdenkef3386f2004-10-10 21:27:30 +00002#
3# (C) Copyright 2004
4# Psyent Corporation <www.psyent.com>
5# Scott McNutt <smcnutt@psyent.com>
wdenkef3386f2004-10-10 21:27:30 +00006
Masahiro Yamadaf0ac9e02014-02-28 14:33:30 +09007ifeq ($(CROSS_COMPILE),)
8CROSS_COMPILE := nios2-elf-
9endif
Mike Frysinger8378ba42009-06-14 23:33:14 -040010
Thomas Chou41956cb2011-04-17 10:52:46 +080011CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000
Mike Frysinger5b660442009-09-03 23:12:47 -040012
Masahiro Yamada4869aee2014-07-30 14:08:23 +090013PLATFORM_CPPFLAGS += -D__NIOS2__
Thomas Chou8fa38582010-05-21 11:08:03 +080014PLATFORM_CPPFLAGS += -G0
Scott McNutt12a8a652010-04-16 16:12:39 -040015
Haiying Wang39358732011-02-22 16:38:05 -050016LDFLAGS_FINAL += --gc-sections
Thomas Chou3b5b6ac2010-05-28 12:08:10 +080017PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections