summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_android_tree/arm-linux-androideabi
Commit message (Collapse)AuthorAgeFilesLines
* Propset the executables for GetProgramPath().Logan Chien2014-06-263-0/+0
| | | | llvm-svn: 211786
* Implement the -fuse-ld= option.Logan Chien2014-06-263-0/+0
| | | | | | | | | | | | | | This commit implements the -fuse-ld= option, so that the user can specify -fuse-ld=bfd to use ld.bfd. This commit re-applies r194328 with some test case changes. It seems that r194328 was breaking macosx or mingw build because clang can't find ld.bfd or ld.gold in the given sysroot. We should use -B to specify the executable search path instead. Patch originally by David Chisnall. llvm-svn: 211785
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-062-0/+0
| | | | | | and will break the build on buildbot. llvm-svn: 169562
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-062-0/+0
| | | | | | | | | * Look for i686-linux-android under <sysroot>/lib/gcc. * This patch also slightly enhance the test suite for Android GCC toolchain detection. llvm-svn: 169557
* Android standalone toolchain support.Evgeniy Stepanov2012-09-033-0/+0
This change adds detection of C++ headers and libraries paths when building with the standalone toolchain from Android NDK. They are in a slightly unusual place. llvm-svn: 163109
OpenPOWER on IntegriCloud