diff options
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk index c63d170eae..44260b1431 100644 --- a/arch/nios2/config.mk +++ b/arch/nios2/config.mk @@ -4,10 +4,6 @@ # Psyent Corporation <www.psyent.com> # Scott McNutt <smcnutt@psyent.com> -ifeq ($(CROSS_COMPILE),) -CROSS_COMPILE := nios2-elf- -endif - CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000 PLATFORM_CPPFLAGS += -D__NIOS2__ |