cookutils rev 434

cross: we need a more complet build system to cross-compile packages
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 21 00:35:13 2012 +0200 (2012-05-21)
parents ace31c808b56
children 1dba4b5fade0
files cross.conf
line diff
     1.1 --- a/cross.conf	Sun May 20 03:34:23 2012 +0200
     1.2 +++ b/cross.conf	Mon May 21 00:35:13 2012 +0200
     1.3 @@ -46,4 +46,8 @@
     1.4  GCC_FINAL_ARGS="--enable-languages=c,c++"
     1.5  
     1.6  # List of packages installed in chroot by cook or the Cooker setup.
     1.7 -SETUP_PKGS="slitaz-toolchain zlib-dev bzip2 aufs-utils aufs bash"
     1.8 +# When cross compiling we need some build system tools installed and
     1.9 +# some cross-compiled bdeps installed in: $PREFIX (cross host root)
    1.10 +SETUP_PKGS="slitaz-toolchain zlib-dev bzip2 aufs-utils aufs bash m4 \
    1.11 +autoconf automake libtool gettext"
    1.12 +