Using gcc 4.8.1 instead of 4.7.2.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user