Using gcc 4.8.1 instead of 4.7.2.

This commit is contained in:
Serge Vakulenko
2014-05-08 13:06:26 -07:00
parent b238afb5b9
commit 688209e604
2 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ endif
# You can build it from sources, as described on page # You can build it from sources, as described on page
# http://retrobsd.org/wiki/doku.php/doc/toolchain-mips # http://retrobsd.org/wiki/doku.php/doc/toolchain-mips
ifndef GCCPREFIX ifndef GCCPREFIX
ifeq (/usr/local/mips-gcc-4.7.2/bin/mips-elf-gcc,$(wildcard /usr/local/mips-gcc-4.7.2/bin/mips-elf-gcc)) ifeq (/usr/local/mips-gcc-4.8.1/bin/mips-elf-gcc,$(wildcard /usr/local/mips-gcc-4.8.1/bin/mips-elf-gcc))
GCCPREFIX = /usr/local/mips-gcc-4.7.2/bin/mips-elf- GCCPREFIX = /usr/local/mips-gcc-4.8.1/bin/mips-elf-
LDFLAGS = LDFLAGS =
endif endif
endif endif

View File

@@ -34,8 +34,8 @@ endif
# You can build it from sources, as described on page # You can build it from sources, as described on page
# http://retrobsd.org/wiki/doku.php/doc/toolchain-mips # http://retrobsd.org/wiki/doku.php/doc/toolchain-mips
ifndef GCCPREFIX ifndef GCCPREFIX
ifeq (/usr/local/mips-gcc-4.7.2/bin/mips-elf-gcc,$(wildcard /usr/local/mips-gcc-4.7.2/bin/mips-elf-gcc)) ifeq (/usr/local/mips-gcc-4.8.1/bin/mips-elf-gcc,$(wildcard /usr/local/mips-gcc-4.8.1/bin/mips-elf-gcc))
GCCPREFIX = /usr/local/mips-gcc-4.7.2/bin/mips-elf- GCCPREFIX = /usr/local/mips-gcc-4.8.1/bin/mips-elf-
LDFLAGS = LDFLAGS =
INCLUDES = INCLUDES =
endif endif