mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
14 lines
499 B
Diff
14 lines
499 B
Diff
Index: lib/Driver/Tools.cpp
|
|
===================================================================
|
|
--- a/clang/lib/Driver/Tools.cpp (revision 181515)
|
|
+++ b/clang/lib/Driver/Tools.cpp (working copy)
|
|
@@ -1245,7 +1245,7 @@
|
|
// All x86 devices running Android have core2 as their common
|
|
// denominator. This makes a better choice than pentium4.
|
|
if (Triple.getEnvironment() == llvm::Triple::Android)
|
|
- return "core2";
|
|
+ return "686";
|
|
|
|
// Fallback to p4.
|
|
return "pentium4";
|