cookutils diff cook.conf @ rev 410

More x86_64 support and show custom configure args in logs
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 14 11:39:33 2012 +0200 (2012-05-14)
parents 95ba9a892bb4
children 71450d322f7b
line diff
     1.1 --- a/cook.conf	Sat May 12 22:03:46 2012 +0100
     1.2 +++ b/cook.conf	Mon May 14 11:39:33 2012 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  WOK_URL="http://hg.slitaz.org/wok"
     1.5  FLAVORS_URL="http://hg.slitaz.org/flavors"
     1.6  
     1.7 -# Cooker URL for RSS feed link (http://localhost/cooker/cooker.cgi)
     1.8 +# Cooker URL for RSS feed link (http://localhost/cgi-bin/cooker/cooker.cgi)
     1.9  COOKER_URL="http://cook.slitaz.org/"
    1.10  
    1.11  # Translation files to be included in packages.
    1.12 @@ -43,8 +43,10 @@
    1.13  BUILD_SYSTEM="$ARCH-slitaz-linux"
    1.14  HOST_SYSTEM="$ARCH-slitaz-linux"
    1.15  
    1.16 -# Old way/tazwok compatibility.
    1.17 -BUILD_HOST="$HOST_SYSTEM"
    1.18 +# Cross compilation settings. Cross sysroot is used by cross-tools to
    1.19 +# set the system. SliTaz standard is to point sysroot to the directory
    1.20 +# of the cross toolchain. Example: SYSROOT="/usr/$HOST_SYSTEM"
    1.21 +SYSROOT=""
    1.22  
    1.23  # SliTaz optimisation flags - Wide compatibility & optimized for ARCH.
    1.24  #
    1.25 @@ -84,3 +86,6 @@
    1.26  # Default tank config:
    1.27  AUFS_MOUNTS="/ /proc /sys /dev/shm /dev/pts /var/cache/tazpkg \
    1.28  /home /home/slitaz/src /home/slitaz/packages"
    1.29 +
    1.30 +# Old way/tazwok compatibility.
    1.31 +BUILD_HOST="$HOST_SYSTEM"