[paketler-commits] r37679 - playground/cartman/gcc

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
31 Ara 2007 Pzt 01:49:35 EET


Author: cartman
Date: Mon Dec 31 01:49:35 2007
New Revision: 37679

Modified:
   playground/cartman/gcc/actions.py
Log:
we are ready

Modified: playground/cartman/gcc/actions.py
=================================================================
--- playground/cartman/gcc/actions.py	(original)
+++ playground/cartman/gcc/actions.py	Mon Dec 31 01:49:35 2007
@@ -33,7 +33,7 @@
                        --includedir=/usr/include \
                        --mandir=/usr/share/man \
                        --infodir=/usr/share/info \
-                       --with-gxx-include-dir=/usr/include/c++/4.3 \
+                       --with-gxx-include-dir=/usr/include/c++ \
                        --disable-libgcj \
                        --disable-multilib \
                        --disable-nls \
@@ -54,14 +54,13 @@
                        --without-system-libunwind \
                        --with-system-zlib \
                        --with-cpu=generic \
-                       --disable-bootstrap \
                        --with-pkgversion="Pardus Linux" \
                        --with-bugurl=http://bugs.pardus.org.tr')
 
 
 def build():
     shelltools.cd("build-default-i686-pc-linux-gnu")
-    autotools.make('LDFLAGS="%s" BOOT_CFLAGS="%s"' % (get.LDFLAGS(),get.CFLAGS()))
+    autotools.make('LDFLAGS="%s" BOOT_CFLAGS="%s" profiledbootstrap' % (get.LDFLAGS(),get.CFLAGS()))
 
 def check():
     shelltools.cd("build-default-i686-pc-linux-gnu")


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi