cookutils annotate data/cross-x86_64.conf @ rev 1076
lighttpd/index.cgi: show icon for all sub-packages (like *-dev, etc.); better handle "debug" query; fix display commits.log
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 12 01:38:59 2018 +0300 (2018-06-12) |
parents | b357bbf78c7b |
children |
rev | line source |
---|---|
pankso@649 | 1 # SliTaz Cross Toolchain configuration file |
pankso@649 | 2 # |
pankso@653 | 3 # x86_64 architecture |
pankso@653 | 4 # CFLAGS="-02 -march=generic -pipe" |
pankso@649 | 5 # |
pankso@649 | 6 |
pankso@649 | 7 # Main settings |
pankso@649 | 8 ARCH=x86_64 |
pankso@649 | 9 BUILD_SYSTEM=i486-slitaz-linux |
pankso@649 | 10 TARGET=$ARCH-slitaz-linux |
pankso@649 | 11 WORK=/cross/$ARCH |
pankso@649 | 12 SRC=/home/slitaz/src |
pankso@649 | 13 |
pankso@649 | 14 # Cross-tools versions |
pankso@649 | 15 BINUTILS_VERSION="2.22" |
pankso@649 | 16 LINUX_VERSION="3.2.14" |
pankso@649 | 17 GLIBC_VERSION="2.14.1" |
pankso@649 | 18 GCC_VERSION="4.6.3" |
pankso@654 | 19 LIBTOOL_VERSION="2.4.2" |
pankso@649 | 20 |
pankso@649 | 21 # Per package configure arguments |
pankso@649 | 22 BINUTILS_ARGS="--disable-multilib --enable-64-bit-bfd" |
pankso@649 | 23 GLIBC_ARGS="--enable-add-ons" |
pankso@649 | 24 GCC_STATIC_ARGS="--enable-languages=c --disable-multilib" |
pankso@649 | 25 GCC_FINAL_ARGS="--enable-languages=c,c++ --disable-multilib" |