[PATCH] Improve x86 android support, add x86_64 android target
Evgeniy Stepanov
eugenis at google.com
Tue Jan 14 00:43:20 PST 2014
LGTM
================
Comment at: lib/Driver/ToolChains.cpp:1168
@@ -1168,1 +1167,3 @@
+ "x86_64-manbo-linux-gnu", "x86_64-linux-gnu", "x86_64-slackware-linux",
+ "x86_64-linux-android"
};
----------------
I don't see this in the official NDK r9c. I assume there is a way to buld gcc from source targeting x86_64-linux-android?
http://llvm-reviews.chandlerc.com/D2325
More information about the cfe-commits
mailing list