Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index b65ea4c9f949c9329dc0cc3b94e1267cd08d8df3..04d28e7a91223b9a96872fbb6779868d52326318 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -133,7 +133,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 mipsel sh4 |
| DEFAULT_ARCHES = ia32 x64 arm |
| MODES = release debug |
| ANDROID_ARCHES = android_ia32 android_arm |