diff options
author | Renato Golin <renato.golin@linaro.org> | 2013-02-25 18:25:58 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2013-02-25 18:25:58 +0000 |
commit | 8b90511e6b4565a916872933ec99986286cb297b (patch) | |
tree | f4dc70e3a475f6236d4ac21cbf799ab19ca7f815 /llvm/docs/HowToBuildOnARM.rst | |
parent | e63c305b72a8c9d67a74ee893c99460dee9495d8 (diff) | |
download | bcm5719-llvm-8b90511e6b4565a916872933ec99986286cb297b.tar.gz bcm5719-llvm-8b90511e6b4565a916872933ec99986286cb297b.zip |
ARM build docs easier for copy&paste
llvm-svn: 176033
Diffstat (limited to 'llvm/docs/HowToBuildOnARM.rst')
-rw-r--r-- | llvm/docs/HowToBuildOnARM.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/HowToBuildOnARM.rst b/llvm/docs/HowToBuildOnARM.rst index 13de7d1b447..32ae39ba688 100644 --- a/llvm/docs/HowToBuildOnARM.rst +++ b/llvm/docs/HowToBuildOnARM.rst @@ -36,8 +36,8 @@ on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips. .. 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 |