Chromium Code Reviews| Index: tools/cr/cr/base/arch.py |
| diff --git a/tools/cr/cr/base/arch.py b/tools/cr/cr/base/arch.py |
| index 743ac8efe477de6818fda2f3f9e8f826ae685595..dfc9e165377c1beabfd5eb3b174586c30598055f 100644 |
| --- a/tools/cr/cr/base/arch.py |
| +++ b/tools/cr/cr/base/arch.py |
| @@ -29,14 +29,14 @@ class Arch(cr.Plugin, cr.Plugin.Type): |
| class IA32Arch(Arch): |
| ACTIVE = cr.Config.From( |
| - CR_ENVSETUP_ARCH='x86', |
| + CR_ENVSETUP_ARCH='ia32', |
|
iancottrell
2014/02/19 09:58:21
I think rather than repurpose this variable, we sh
|
| ) |
| class Mips32Arch(Arch): |
| ACTIVE = cr.Config.From( |
| - CR_ENVSETUP_ARCH='mips', |
| + CR_ENVSETUP_ARCH='mipsel', |
| ) |
| @property |