| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index a46b333f1ebeb5b345e10d2f7f834d5da21fc912..52083df698d4b17a00f3e8e5f839dc85b16f1533 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -196,7 +196,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 mipsel
|
| +ARCHES = ia32 x64 arm a64 mipsel
|
| DEFAULT_ARCHES = ia32 x64 arm
|
| MODES = release debug
|
| ANDROID_ARCHES = android_ia32 android_arm android_mipsel
|
|
|