| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index baa3b52ca67eb01ed9f3763fe9666837ae124949..b61c41a064c85f18cacdec69749971361d7699e1 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -240,7 +240,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 mips64el x87 ppc ppc64
|
| +ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64
|
| DEFAULT_ARCHES = ia32 x64 arm
|
| MODES = release debug optdebug
|
| DEFAULT_MODES = release debug
|
|
|