[PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
avolkov.intel at gmail.com
Wed Jan 22 04:02:33 PST 2014
Ping
================
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"
};
----------------
Evgeniy Stepanov wrote:
> 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?
Yes, this target is not a part of official NDK yet but could be built with try-64 key.
http://llvm-reviews.chandlerc.com/D2325
More information about the cfe-commits
mailing list