2007-07-08 "Yann E. MORIN" Bump version to +svn.
2007-07-08 "Yann E. MORIN" Bump version to 0.2.0. crosstool-ng-0.2.0
2007-07-08 "Yann E. MORIN" Fix the install procedure:
2007-07-08 "Yann E. MORIN" Update the mips-unknown-linux-uclibc sample.
2007-07-08 "Yann E. MORIN" Update the i586-geode-linux-uclibc sample.
2007-07-08 "Yann E. MORIN" Add (EXPERIMENTAL) in prompts of those options that depend on EXPERIMENTAL.
2007-07-08 "Yann E. MORIN" Ad da svn:ignore property to ignore my local TOD file.
2007-07-08 "Yann E. MORIN" Make distclean work again: don't try to remove a directory twice.
2007-07-08 "Yann E. MORIN" Add a utility to populate a root directory with libraries from the toolchain.
2007-07-08 "Yann E. MORIN" Add linux-2.6.21.6 kernel.
2007-07-07 "Yann E. MORIN" Make regtest work back again.
2007-07-07 "Yann E. MORIN" Disable tarball creation until it's fixed.
2007-07-07 "Yann E. MORIN" Clean a little bit more.
2007-07-07 "Yann E. MORIN" More uClibc parrallel compilation cleanup.
2007-07-07 "Yann E. MORIN" Parrallel compilation is broken for uClibc (I don't know if any of my patches is doing it, or if mainline is already broken).
2007-07-07 "Yann E. MORIN" Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "foobar was not found in /bin:/usr/bin:...." directly on stderr)
2007-07-06 "Yann E. MORIN" Update the mips-unknown-linux-uclibc sample, now it is able to build both linux and busybox.
2007-07-05 "Yann E. MORIN" Update the armeb-unknown-linux-gnu to be buildable.
2007-07-04 "Yann E. MORIN" Update version to 0.1.2+svn.
2007-07-04 "Yann E. MORIN" Bump version to 0.1.2. crosstool-ng-0.1.2
2007-07-04 "Yann E. MORIN" ct-ng now needs the 'build' action to be passed when restarting/stopping at a specific step.
2007-07-04 "Yann E. MORIN" Before trying to download sstrip (from buildroot), try a local copy first.
2007-07-04 "Yann E. MORIN" Update the overview documentation.
2007-07-04 "Yann E. MORIN" Update the armeb-unknown-linux-uclibc sample to:
2007-07-03 "Yann E. MORIN" Add binutils-2.17.50.0.17.
2007-07-03 "Yann E. MORIN" The armeb-unknown-linux-uclibc sample now builds without libfloat.
2007-07-03 "Yann E. MORIN" Make checking the linux installed headers optional (instead of systematic).
2007-07-03 "Yann E. MORIN" Kill "./configure --local", it does not work and it is dangerous if one tries to "make uninstall"!
2007-07-02 "Yann E. MORIN" Get rid of eclipse fiels once and for all.
2007-07-02 "Yann E. MORIN" Bump version to +svn.
2007-07-02 "Yann E. MORIN" Bump version. crosstool-ng-0.1.1
2007-07-02 "Yann E. MORIN" Don't install licenses files.
2007-07-02 "Yann E. MORIN" Fix handling --prefix.
2007-07-02 "Yann E. MORIN" Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng [action]" in lieu of "make [action]".
2007-07-02 "Yann E. MORIN" Rephrase the licensing of patches/
2007-07-02 "Yann E. MORIN" Little update to CREDITS.
2007-07-02 "Yann E. MORIN" Silence calling the saveSample.sh script.
2007-07-01 "Yann E. MORIN" Get rid of the eclipse files.
2007-07-01 "Yann E. MORIN" Update version back to +svn.
2007-07-01 "Yann E. MORIN" Bump version to 0.1.0 crosstool-ng-0.1.0
2007-07-01 "Yann E. MORIN" Fix running without installing.
2007-07-01 "Yann E. MORIN" chmod ct-ng to be executable in the build dir.
2007-07-01 "Yann E. MORIN" ./configure gains a help entry.
2007-07-01 "Yann E. MORIN" Merge the build system to trunk: ct-ng is now installable:
2007-06-26 "Yann E. MORIN" Better handling of the steps lists:
2007-06-19 "Yann E. MORIN" Make the progress bar a default for all samples.
2007-06-18 "Yann E. MORIN" Always call distclean after each sample when doing a regtest.
2007-06-17 "Yann E. MORIN" Update version to -svn.
2007-06-17 "Yann E. MORIN" Prepare to release crosstool-ng-0.0.5. crosstool-ng-0.0.5
2007-06-17 "Yann E. MORIN" Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable).
2007-06-17 "Yann E. MORIN" Offer an option to build the gdbserver statically. This helps in case of debugging shared library loading.
2007-06-17 "Yann E. MORIN" The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build.log".
2007-06-17 "Yann E. MORIN" Default the progress bar to 'Y'.
2007-06-17 "Yann E. MORIN" Bail out if .config is missing.
2007-06-17 "Yann E. MORIN" Speak of regtest in "make help".
2007-06-17 "Yann E. MORIN" Update version to -svn.
2007-06-17 "Yann E. MORIN" Prepare to release crosstool-ng-0.0.4. crosstool-ng-0.0.4
2007-06-17 "Yann E. MORIN" scripts/showSamples.sh:
2007-06-17 "Yann E. MORIN" Add intermediate mesages when building regtests.
2007-06-17 "Yann E. MORIN" Add the "regtest" make target: call "make regtest", and all samples wil be built, and a tarball made for each of them. First sample to fail causes the test to stop.