[llvm-commits] [llvm-gcc-4.2] r55910 - /llvm-gcc-4.2/trunk/README.LLVM
Duncan Sands
baldrick at free.fr
Mon Sep 8 07:56:36 PDT 2008
Author: baldrick
Date: Mon Sep 8 09:56:35 2008
New Revision: 55910
URL: http://llvm.org/viewvc/llvm-project?rev=55910&view=rev
Log:
Fix some typos.
Modified:
llvm-gcc-4.2/trunk/README.LLVM
Modified: llvm-gcc-4.2/trunk/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/README.LLVM?rev=55910&r1=55909&r2=55910&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/README.LLVM (original)
+++ llvm-gcc-4.2/trunk/README.LLVM Mon Sep 8 09:56:35 2008
@@ -58,7 +58,7 @@
X86-64/AMD-64/EM64-T for any OS other than Darwin/Mac OS X:
If you want to build multilib-enabled llvm-gcc (so, it will be able to generate
-32 and 64 bit executables) you need to consider you system default lib directory
+32 and 64 bit executables) you need to consider your system default lib directory
layout.
Usually, your system uses one of these layouts:
@@ -92,7 +92,7 @@
it's done automatically by your favourite system package manager. Maybe we'll
add some layout detection routine in the future.
-If you want just pure 64 bit compiler, configure with with --disable-multilib.
+If you want just pure 64 bit compiler, configure with --disable-multilib.
//===-----------------------
Darwin/Mac OS X Instructions:
More information about the llvm-commits
mailing list