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