OSDN Git Service

Fix build.
authorAndy McFadden <fadden@android.com>
Tue, 23 Feb 2010 18:24:33 +0000 (10:24 -0800)
committerAndy McFadden <fadden@android.com>
Tue, 23 Feb 2010 18:24:33 +0000 (10:24 -0800)
commite009f29590c64acd269f1e9a42368099e2554b86
tree458b20902fc40504413faad295161d1a83e1a2b8
parentb94202f222570ad85dadbf4fb449c6820481a047
Fix build.

The "set default variant to armv5te if none defined" in the ARM config
was applying to all architectures, but as it turns out only ARM builds
actually cared.  When I made a copy of the "set default" code to the x86
config, one or the other would win for builds that didn't specify a
variant.  Turns out x86 won, so sim and voles worked, but opal didn't.
core/combo/linux-arm.mk
core/combo/linux-x86.mk