[llvm-commits] [llvm-gcc-4.2] r57729 - /llvm-gcc-4.2/trunk/README.LLVM

Tanya Lattner tonic at nondot.org
Fri Oct 17 14:21:51 PDT 2008


Author: tbrethou
Date: Fri Oct 17 16:21:51 2008
New Revision: 57729

URL: http://llvm.org/viewvc/llvm-project?rev=57729&view=rev
Log:
Set to 4.2 in instructions. Upgrade to 2.5.

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=57729&r1=57728&r2=57729&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/README.LLVM (original)
+++ llvm-gcc-4.2/trunk/README.LLVM Fri Oct 17 16:21:51 2008
@@ -129,9 +129,9 @@
 
   If you want LLVM to include an identifying marker in the --version output,
   build llvm-gcc with LLVM_VERSION_INFO=XXX.  For example, to build the LLVM
-  2.3 Release front-end, use 'make LLVM_VERSION_INFO=2.3'.  This will cause the
+  2.5 Release front-end, use 'make LLVM_VERSION_INFO=2.5'.  This will cause the
   front-end to print: "gcc version 4.2.1 (Based on Apple Inc. build 5555) 
-  (LLVM build 2.3)" as the version number.
+  (LLVM build 2.5)" as the version number.
   
   BUILDOPTIONS=LLVM_VERSION_INFO=whatever
   
@@ -146,7 +146,7 @@
 $ mkdir obj
 $ mkdir install
 $ cd obj
-$ ../llvm-gcc4-x.y.source/configure --prefix=`pwd`/../install --program-prefix=llvm- \
+$ ../llvm-gcc4.2-x.y.source/configure --prefix=`pwd`/../install --program-prefix=llvm- \
     --enable-llvm=$LLVMOBJDIR --enable-languages=c,c++$EXTRALANGS $TARGETOPTIONS
 $ make $BUILDOPTIONS
 $ make install





More information about the llvm-commits mailing list