[opengtl-commits] [654] configure and build llvm

[ Thread Index | Date Index | More lists.tuxfamily.org/opengtl-commits Archives ]


Revision: 654
Author:   cyrille
Date:     2009-03-17 19:53:47 +0100 (Tue, 17 Mar 2009)

Log Message:
-----------
configure and build llvm

Modified Paths:
--------------
    trunk/Scripts/bootstrap-step2.sh
    trunk/Scripts/update-llvm-step2.sh


Modified: trunk/Scripts/bootstrap-step2.sh
===================================================================
--- trunk/Scripts/bootstrap-step2.sh	2009-03-17 17:08:10 UTC (rev 653)
+++ trunk/Scripts/bootstrap-step2.sh	2009-03-17 18:53:47 UTC (rev 654)
@@ -6,4 +6,6 @@
 tar -xzf llvm-2.5.tar.gz
 rm llvm-2.5.tar.gz
 cd llvm-2.5
-echo "Run ./configure --prefix=/home/cyrille/usr"
\ No newline at end of file
+./configure --prefix=/home/cyrille/usr --enable-pic --with-pic
+make -j2
+make -j2 install
\ No newline at end of file

Modified: trunk/Scripts/update-llvm-step2.sh
===================================================================
--- trunk/Scripts/update-llvm-step2.sh	2009-03-17 17:08:10 UTC (rev 653)
+++ trunk/Scripts/update-llvm-step2.sh	2009-03-17 18:53:47 UTC (rev 654)
@@ -7,4 +7,6 @@
 tar -xzf llvm-2.5.tar.gz
 rm llvm-2.5.tar.gz
 cd llvm-2.5
-echo "Run ./configure --prefix=/home/cyrille/usr"
\ No newline at end of file
+./configure --prefix=/home/cyrille/usr --enable-pic --with-pic
+make -j2
+make -j2 install
\ No newline at end of file


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/