| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 075503c6f1baf079133433ea6410787b7892403b..4a4786e4a590104f5d2f243c5d3040d8e4506ce0 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -221,7 +221,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 x32 arm arm64 mips mipsel x87
|
| +ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87
|
| DEFAULT_ARCHES = ia32 x64 arm
|
| MODES = release debug optdebug
|
| DEFAULT_MODES = release debug
|
|
|