cookutils diff cross.conf @ rev 464

cook: Update set_paths function.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jun 07 17:33:30 2012 +0000 (2012-06-07)
parents e16bd8c22d54
children 8fbd30a8686a
line diff
     1.1 --- a/cross.conf	Tue May 29 13:42:51 2012 +0000
     1.2 +++ b/cross.conf	Thu Jun 07 17:33:30 2012 +0000
     1.3 @@ -12,6 +12,7 @@
     1.4  BINUTILS_VERSION="2.22"
     1.5  LINUX_VERSION="3.2.14"
     1.6  GLIBC_VERSION="2.13"
     1.7 +# x86_64: GLIBC_VERSION="2.14.1"
     1.8  EGLIBC_VERSION="2.13"
     1.9  GCC_VERSION="4.6.3"
    1.10  
    1.11 @@ -32,6 +33,7 @@
    1.12  # Peer package configure arguments
    1.13  #
    1.14  # x86_64: BINUTILS_ARGS="--disable-multilib --enable-64-bit-bfd"
    1.15 +# x86_64: GCC_STATIC_ARGS="--enable-languages=c --disable-multilib"
    1.16  # x86_64: GCC_FINAL_ARGS="--enable-languages=c,c++ --disable-multilib"
    1.17  #
    1.18  BINUTILS_ARGS="--enable-shared"
    1.19 @@ -39,10 +41,3 @@
    1.20  EGLIBC_ARGS="--enable-add-ons --with-tls"
    1.21  GCC_STATIC_ARGS="--enable-languages=c"
    1.22  GCC_FINAL_ARGS="--enable-languages=c,c++"
    1.23 -
    1.24 -# List of packages installed in chroot by cook or the Cooker setup.
    1.25 -# When cross compiling we need some build system tools installed and
    1.26 -# some cross-compiled bdeps installed in: $PREFIX (cross host root)
    1.27 -SETUP_PKGS="slitaz-toolchain zlib-dev bzip2 aufs-utils aufs bash m4 \
    1.28 -autoconf automake libtool gettext"
    1.29 -