Added configuration for version 2014.05 of Mentor Sourcery CodeBench Lite toolchain.

This commit is contained in:
Sergey
2015-06-13 19:57:11 -07:00
parent 76832ba217
commit 75778ddd4b
2 changed files with 13 additions and 0 deletions

View File

@@ -42,6 +42,12 @@ ifeq (/usr/local/mips-2013.11/bin/mips-sde-elf-gcc,$(wildcard /usr/local/mips-20
LDFLAGS = -Wl,--oformat=elf32-tradlittlemips LDFLAGS = -Wl,--oformat=elf32-tradlittlemips
endif endif
endif endif
ifndef GCCPREFIX
ifeq (/usr/local/mips-2014.05/bin/mips-sde-elf-gcc,$(wildcard /usr/local/mips-2014.05/bin/mips-sde-elf-gcc))
GCCPREFIX = /usr/local/mips-2014.05/bin/mips-sde-elf-
LDFLAGS = -Wl,--oformat=elf32-tradlittlemips
endif
endif
ifndef GCCPREFIX ifndef GCCPREFIX
$(error Unable to locate any GCC MIPS toolchain!) $(error Unable to locate any GCC MIPS toolchain!)

View File

@@ -52,6 +52,13 @@ ifeq (/usr/local/mips-2013.11/bin/mips-sde-elf-gcc,$(wildcard /usr/local/mips-20
INCLUDES = INCLUDES =
endif endif
endif endif
ifndef GCCPREFIX
ifeq (/usr/local/mips-2014.05/bin/mips-sde-elf-gcc,$(wildcard /usr/local/mips-2014.05/bin/mips-sde-elf-gcc))
GCCPREFIX = /usr/local/mips-2014.05/bin/mips-sde-elf-
LDFLAGS = -Wl,--oformat=elf32-tradlittlemips
INCLUDES =
endif
endif
ifndef GCCPREFIX ifndef GCCPREFIX
$(error Unable to locate any GCC MIPS toolchain!) $(error Unable to locate any GCC MIPS toolchain!)