cookutils view data/cross-x86_64.conf @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
parents b357bbf78c7b
children
line source
1 # SliTaz Cross Toolchain configuration file
2 #
3 # x86_64 architecture
4 # CFLAGS="-02 -march=generic -pipe"
5 #
7 # Main settings
8 ARCH=x86_64
9 BUILD_SYSTEM=i486-slitaz-linux
10 TARGET=$ARCH-slitaz-linux
11 WORK=/cross/$ARCH
12 SRC=/home/slitaz/src
14 # Cross-tools versions
15 BINUTILS_VERSION="2.22"
16 LINUX_VERSION="3.2.14"
17 GLIBC_VERSION="2.14.1"
18 GCC_VERSION="4.6.3"
19 LIBTOOL_VERSION="2.4.2"
21 # Per package configure arguments
22 BINUTILS_ARGS="--disable-multilib --enable-64-bit-bfd"
23 GLIBC_ARGS="--enable-add-ons"
24 GCC_STATIC_ARGS="--enable-languages=c --disable-multilib"
25 GCC_FINAL_ARGS="--enable-languages=c,c++ --disable-multilib"