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 | |||||
Masahiro Yamada | 9b6e2c3 | 2014-02-28 14:33:30 +0900 | [diff] [blame] | 9 | ifeq ($(CROSS_COMPILE),) |
10 | CROSS_COMPILE := nios2-elf- | ||||
11 | endif | ||||
Mike Frysinger | 1ea6bcd | 2009-06-14 23:33:14 -0400 | [diff] [blame] | 12 | |
Thomas Chou | e09e083 | 2011-04-17 10:52:46 +0800 | [diff] [blame] | 13 | CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000 |
Mike Frysinger | 262ae0a | 2009-09-03 23:12:47 -0400 | [diff] [blame] | 14 | |
Masahiro Yamada | 90f984e | 2014-07-30 14:08:23 +0900 | [diff] [blame] | 15 | PLATFORM_CPPFLAGS += -D__NIOS2__ |
Thomas Chou | 0df01fd3 | 2010-05-21 11:08:03 +0800 | [diff] [blame] | 16 | PLATFORM_CPPFLAGS += -G0 |
Scott McNutt | 254ab7b | 2010-04-16 16:12:39 -0400 | [diff] [blame] | 17 | |
Haiying Wang | 6dc1eceb | 2011-02-22 16:38:05 -0500 | [diff] [blame] | 18 | LDFLAGS_FINAL += --gc-sections |
Thomas Chou | cb2da50 | 2010-05-28 12:08:10 +0800 | [diff] [blame] | 19 | PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections |
Thomas Chou | 5ff10aa | 2014-08-22 11:36:47 +0800 | [diff] [blame] | 20 | |
21 | __HAVE_ARCH_GENERIC_BOARD := y |