wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2004 | ||||
3 | # Psyent Corporation <www.psyent.com> | ||||
4 | # Scott McNutt <smcnutt@psyent.com> | ||||
5 | # | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | # SPDX-License-Identifier: GPL-2.0+ |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 7 | # |
8 | |||||
Mike Frysinger | 1ea6bcd | 2009-06-14 23:33:14 -0400 | [diff] [blame] | 9 | CROSS_COMPILE ?= nios2-elf- |
10 | |||||
Thomas Chou | e09e083 | 2011-04-17 10:52:46 +0800 | [diff] [blame] | 11 | CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000 |
Mike Frysinger | 262ae0a | 2009-09-03 23:12:47 -0400 | [diff] [blame] | 12 | |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 13 | PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ |
Thomas Chou | 0df01fd3 | 2010-05-21 11:08:03 +0800 | [diff] [blame] | 14 | PLATFORM_CPPFLAGS += -G0 |
Scott McNutt | 254ab7b | 2010-04-16 16:12:39 -0400 | [diff] [blame] | 15 | |
Haiying Wang | 6dc1eceb | 2011-02-22 16:38:05 -0500 | [diff] [blame] | 16 | LDFLAGS_FINAL += --gc-sections |
Thomas Chou | cb2da50 | 2010-05-28 12:08:10 +0800 | [diff] [blame] | 17 | PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections |