| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 8bdfd9f86a4b2bea1bf298f128a8d91a2057cdb0..9bd4d30a4974388d537498de30f289de9edd7ea4 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -226,7 +226,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
|
|
|