summaryrefslogtreecommitdiff
path: root/docs/CrossCompilation.rst
diff options
context:
space:
mode:
authorJyoti Allur <jyoti.allur@samsung.com>2014-09-29 06:23:54 +0000
committerJyoti Allur <jyoti.allur@samsung.com>2014-09-29 06:23:54 +0000
commitf6794f4ff2f158eab445ce985498e2a2a6f408a5 (patch)
treeeb106b2f68a46addc327935cfadf926524d18a94 /docs/CrossCompilation.rst
parent16016b51eeb6afee13457e1240dff1845449c89a (diff)
downloadclang-f6794f4ff2f158eab445ce985498e2a2a6f408a5.tar.gz
testing commit access to clang repo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CrossCompilation.rst')
-rw-r--r--docs/CrossCompilation.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst
index 89f8777ac0..fd42856ec3 100644
--- a/docs/CrossCompilation.rst
+++ b/docs/CrossCompilation.rst
@@ -201,4 +201,3 @@ uses hard-float), Clang will pick the ``armv7l-linux-gnueabi-ld``
The same is true if you're compiling for different ABIs, like ``gnueabi``
and ``androideabi``, and might even link and run, but produce run-time
errors, which are much harder to track down and fix.
-