2007-04-21 "Yann E. MORIN" Merge first shot from the MIPS branch.
2007-04-18 "Yann E. MORIN" Maybe one time we'll have subdirs in the config/ directory: find all dependencies for .config.
2007-04-18 "Yann E. MORIN" When adding a new tool version, allow it to be EXPERIMENTAL.
2007-04-18 "Yann E. MORIN" Try to further fix using of the build and/or host tools for binutils to build properly.
2007-04-17 "Yann E. MORIN" Add the EXPERIMENTAL option to show options marked as such.
2007-04-17 "Yann E. MORIN" Once in a while I write some documentation... Not often enough...
2007-04-15 "Yann E. MORIN" Update to latest kconfig from linux-2.6.20.7.
2007-04-15 "Yann E. MORIN" Add headers_install for 2.6.20.7.
2007-04-11 "Yann E. MORIN" Add an option for those having the kernel headers pre-installed from a customised local tree.
2007-04-11 "Yann E. MORIN" Update credits.
2007-04-11 "Yann E. MORIN" Don't prompt for endianness not suppoted by selected architecture.
2007-04-11 "Yann E. MORIN" Change suggested by Robert P. J. DAY <rpjday@mindspring.com> to rename the "Kernel to use" prompt with "Target OS".
2007-04-10 "Yann E. MORIN" Bump version to 0.0.2-svn (not released yet).
2007-04-10 "Yann E. MORIN" Mark the version to be 0.0.1. First released snapshot. crosstool-ng-0.0.1
2007-04-10 "Yann E. MORIN" Use ${CT_TOP_DIR}/build as a base for build directories (used in default values for paths).
2007-04-10 "Yann E. MORIN" Ignore the 'build' directory at CT_TOP_DIR.
2007-04-10 "Yann E. MORIN" Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers and binutils-2.17.50.0.14.
2007-04-10 "Yann E. MORIN" Ah! Recent versions of binutils need some of the build system (read CT_BUILD) tools to be accessible (ar is but an example).
2007-04-10 "Yann E. MORIN" Vampirised another piece of patch from buildroot to apply to gcc-4.0.4.
2007-04-10 "Yann E. MORIN" Add patches for binutils 2.17.50.0.14.
2007-04-10 "Yann E. MORIN" While migrating the samples to use ${CT_TOP_DIR}/build as base for the build directories, the Makefile rules stoped working.
2007-04-10 "Yann E. MORIN" Add 2.6.20.5 and 2.6.20.6 linux kernel versions.
2007-04-10 "Yann E. MORIN" Update config.guess.
2007-03-31 "Yann E. MORIN" Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
2007-03-21 "Yann E. MORIN" Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.
2007-03-21 "Yann E. MORIN" Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc).
2007-03-12 "Yann E. MORIN" Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
2007-03-11 "Yann E. MORIN" Allan Clark <allanc@chickenandporn.com> provided a way to build on host lacking a proper libintl (such as MacOS-X).
2007-03-11 "Yann E. MORIN" Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case.
2007-03-10 "Yann E. MORIN" Fix C library addons/locales downloading.