diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-04-29 20:06:41 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-04-29 20:06:41 +0000 |
commit | cf1ba1d8c063d284a71290c890276e0a8a19fc6a (patch) | |
tree | be27f54c9cd2b06cfab92c18d9b230e9b419d2e6 /llvm/docs/HowToBuildOnARM.rst | |
parent | 0e20822887ca46a2b9b68a451191e9cae16b5772 (diff) | |
download | bcm5719-llvm-cf1ba1d8c063d284a71290c890276e0a8a19fc6a.tar.gz bcm5719-llvm-cf1ba1d8c063d284a71290c890276e0a8a19fc6a.zip |
Clean up docs references to './configure' in preparation for deprecating in-source builds
http://reviews.llvm.org/D8787
llvm-svn: 236144
Diffstat (limited to 'llvm/docs/HowToBuildOnARM.rst')
-rw-r--r-- | llvm/docs/HowToBuildOnARM.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToBuildOnARM.rst b/llvm/docs/HowToBuildOnARM.rst index f2edaef76cd..6579d36a72a 100644 --- a/llvm/docs/HowToBuildOnARM.rst +++ b/llvm/docs/HowToBuildOnARM.rst @@ -40,7 +40,7 @@ on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips. .. code-block:: bash - ./configure --build=armv7l-unknown-linux-gnueabihf \ + ../$LLVM_SRC_DIR/configure --build=armv7l-unknown-linux-gnueabihf \ --host=armv7l-unknown-linux-gnueabihf \ --target=armv7l-unknown-linux-gnueabihf --with-cpu=cortex-a9 \ --with-float=hard --with-abi=aapcs-vfp --with-fpu=neon \ |