[llvm] r176033 - ARM build docs easier for copy&paste

Renato Golin renato.golin at linaro.org
Mon Feb 25 10:25:58 PST 2013


Author: rengolin
Date: Mon Feb 25 12:25:58 2013
New Revision: 176033

URL: http://llvm.org/viewvc/llvm-project?rev=176033&view=rev
Log:
ARM build docs easier for copy&paste

Modified:
    llvm/trunk/docs/HowToBuildOnARM.rst

Modified: llvm/trunk/docs/HowToBuildOnARM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToBuildOnARM.rst?rev=176033&r1=176032&r2=176033&view=diff
==============================================================================
--- llvm/trunk/docs/HowToBuildOnARM.rst (original)
+++ llvm/trunk/docs/HowToBuildOnARM.rst Mon Feb 25 12:25:58 2013
@@ -36,8 +36,8 @@ on the ARMv6 and ARMv7 architectures and
 
    .. code-block:: bash
 
-     ./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
-     --enable-targets=arm --disable-optimized --enable-assertions
+     ./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 \
+     --enable-targets=arm --enable-optimized --enable-assertions





More information about the llvm-commits mailing list