cookutils rev 399

cross.conf use peer package args
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 13 14:19:02 2012 +0200 (2012-05-13)
parents 94f400afc645
children 45feb8246d3c
files cross.conf
line diff
     1.1 --- a/cross.conf	Sun May 13 12:12:33 2012 +0200
     1.2 +++ b/cross.conf	Sun May 13 14:19:02 2012 +0200
     1.3 @@ -23,5 +23,12 @@
     1.4  GCC_WGET="http://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2"
     1.5  BUSYBOX_WGET="http://busybox.net/downloads/busybox-$BUSYBOX_VERSION.tar.bz2"
     1.6  
     1.7 +# Peer package configure arguments
     1.8 +# x86_64: BINUTILS_ARGS="--disable-multilib"
     1.9 +BINUTILS_ARGS="--enable-shared"
    1.10 +GLIBC_ARGS=""
    1.11 +GCC_STATIC_ARGS="--enable-languages=c"
    1.12 +GCC_FINAL_ARGS="--enable-languages=c,c++"
    1.13 +
    1.14  # List of packages installed in chroot by cook or the Cooker setup.
    1.15  SETUP_PKGS="slitaz-toolchain zlib-dev bzip2 aufs-utils aufs"