cookutils rev 200

cook.conf: cross compile by default
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 22 04:13:15 2011 +0200 (2011-05-22)
parents 7b35d8de2df4
children 79ea2bf81b33
files cook.conf
line diff
     1.1 --- a/cook.conf	Sun May 22 04:11:10 2011 +0200
     1.2 +++ b/cook.conf	Sun May 22 04:13:15 2011 +0200
     1.3 @@ -32,8 +32,7 @@
     1.4  # Build and host. These options are for cross-compiling. If you specify
     1.5  # both options and BUILD_SYSTEM is different from HOST_SYSTEM, configure
     1.6  # will prepare to cross-compile from BUILD_SYSTEM to be used on HOST_SYSTEM.
     1.7 -#BUILD_SYSTEM="$(uname -m)-slitaz-linux"
     1.8 -BUILD_SYSTEM="$ARCH-slitaz-linux"
     1.9 +BUILD_SYSTEM="$(uname -m)-slitaz-linux"
    1.10  HOST_SYSTEM="$ARCH-slitaz-linux"
    1.11  
    1.12  # Old way/tazwok compatibility.