config.mk (9d62f20d0861ef87460d073dc189c851715b46ae) | config.mk (0df01fd3d71481b5cc7aeea6a741b9fc3be15178) |
---|---|
1# 2# (C) Copyright 2004 3# Psyent Corporation <www.psyent.com> 4# Scott McNutt <smcnutt@psyent.com> 5# 6# See file CREDITS for list of people who contributed to this 7# project. 8# --- 13 unchanged lines hidden (view full) --- 22# MA 02111-1307 USA 23# 24 25CROSS_COMPILE ?= nios2-elf- 26 27STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) 28 29PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ | 1# 2# (C) Copyright 2004 3# Psyent Corporation <www.psyent.com> 4# Scott McNutt <smcnutt@psyent.com> 5# 6# See file CREDITS for list of people who contributed to this 7# project. 8# --- 13 unchanged lines hidden (view full) --- 22# MA 02111-1307 USA 23# 24 25CROSS_COMPILE ?= nios2-elf- 26 27STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) 28 29PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ |
30PLATFORM_CPPFLAGS += -ffixed-r15 -G0 | 30PLATFORM_CPPFLAGS += -G0 |
31 32LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds | 31 32LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds |