| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 0252c576de8cbe6e19b4013792b1155df377221c..efd43b94bdf8fc1b002350bfb31d78122085cf1b 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -232,7 +232,7 @@ endif
|
|
|
| # Architectures and modes to be compiled. Consider these to be internal
|
| # variables, don't override them (use the targets instead).
|
| -ARCHES = ia32 x64 arm arm64 mipsel
|
| +ARCHES = ia32 x64 arm arm64 mips mipsel
|
| DEFAULT_ARCHES = ia32 x64 arm
|
| MODES = release debug optdebug
|
| DEFAULT_MODES = release debug
|
| @@ -281,10 +281,6 @@ buildbot:
|
| $(MAKE) -C "$(OUTDIR)" BUILDTYPE=$(BUILDTYPE) \
|
| builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
|
|
|
| -mips mips.release mips.debug:
|
| - @echo "V8 does not support big-endian MIPS builds at the moment," \
|
| - "please use little-endian builds (mipsel)."
|
| -
|
| # Compile targets. MODES and ARCHES are convenience targets.
|
| .SECONDEXPANSION:
|
| $(MODES): $(addsuffix .$$@,$(DEFAULT_ARCHES))
|
|
|