summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToBuildOnARM.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/HowToBuildOnARM.rst')
-rw-r--r--llvm/docs/HowToBuildOnARM.rst2
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 \
OpenPOWER on IntegriCloud