2008-07-19 "Yann E. MORIN" iMIPS samples also are capable of building a Fortran frontend, now.
2008-07-18 "Yann E. MORIN" All ARM samples now build the gfortran frontend.
2008-07-18 "Yann E. MORIN" ./configure eye-candy.
2008-07-18 "Yann E. MORIN" Don't use a progress bar when saving samples, it's ugly.
2008-07-18 "Yann E. MORIN" Some more ARM sample to build gfortran...
2008-07-18 "Yann E. MORIN" Enable forcing ./configure to complete, even if the needed tools are not present.
2008-07-18 "Yann E. MORIN" Update arm-unknown-linux-gnueabi to also compile the gfortran frontend.
2008-07-17 "Yann E. MORIN" Remove the check for absolutely needed tools now ./configure checks for them.
2008-07-17 "Yann E. MORIN" Make gfortran compile for ARM. Details in patch itself.
2008-07-16 "Yann E. MORIN" Update COPYING to make it clear that crosstool-NG is part of the source of a toolchain.
2008-07-16 "Yann E. MORIN" When dumping version, also print some /legal/ blah-blah:
2008-07-16 "Yann E. MORIN" Remove debug snippet.
2008-07-16 "Yann E. MORIN" Introduce a list of tools to check for at ./configure time.
2008-07-16 "Yann E. MORIN" Move the check for tsocks' availability just before using tsocks: make it clear we check before we use.
2008-07-15 "Yann E. MORIN" Update the list of known issues.
2008-07-15 "Yann E. MORIN" Add latest Linux 2.6.26 headers.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog when building tools and debug utilities.
2008-07-14 "Yann E. MORIN" Catching a double fault is doomed... Don't take action.
2008-07-14 "Yann E. MORIN" Build the Alpha sample toolchain with Linux 2.6.25.10 headers.
2008-07-14 "Yann E. MORIN" Fix CT_DoExecLog usage when building GMP for target.
2008-07-14 "Yann E. MORIN" Add a new patch to glibc to build for Alpha on recent Linux kernels.
2008-07-14 "Yann E. MORIN" Advertise using CT_DoExecLog in the tools and debug templates.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog when building libelf.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog when building gcc.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog when building uClibc.
2008-07-14 "Yann E. MORIN" Fix CT_DoExecLog usage when building binutils' libraries for target.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog in binutils build.
2008-07-14 "Yann E. MORIN" Don't print double-faults.
2008-07-14 "Yann E. MORIN" Log the command being run when calling CT_DoExecLog, which is kinda the point of CT_DoExecLog, anyway...
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog for MPFR build.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog for GMP build.
2008-07-14 "Yann E. MORIN" Use CT_DoExecLog for Linux headers install.
2008-07-14 "Yann E. MORIN" Update all samples to use binutils-2.18.50.0.8.
2008-07-14 "Yann E. MORIN" Add binutils-2.18.50.0.8 pathset, copied and rebased from 2.18.50.0.7.
2008-07-13 "Yann E. MORIN" Small eye-candy in the WiKi table dump.
2008-07-13 "Yann E. MORIN" Two samples updated with latest kernel headers.
2008-07-13 "Yann E. MORIN" Also report built-in languages in the status table.
2008-07-13 "Yann E. MORIN" Update i686-nptl-linux-gnu sample.
2008-07-13 "Yann E. MORIN" Add latest EXPERIMENTAL binutils 2.18.50.0.8.
2008-07-13 "Yann E. MORIN" Also log the command being executed when calling CT_DoExecLog (no user yet).
2008-07-13 "Yann E. MORIN" Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPFR were not used by gcc.
2008-07-09 "Yann E. MORIN" Fix wiki table sample output.
2008-07-07 "Yann E. MORIN" Update samples to latest options set (no config changes).
2008-07-07 "Yann E. MORIN" Although working with bash, 'echo -n' is really non-portable.
2008-07-07 "Yann E. MORIN" POSIXify ./configure, and comment some parts of it.
2008-07-03 "Yann E. MORIN" Update the i686 sample.
2008-07-03 "Yann E. MORIN" Mark gdb-6.8 as being no longer EXPERIMENTAL.
2008-07-03 "Yann E. MORIN" Add latest linux kernel 2.6.25.10.
2008-07-02 "Yann E. MORIN" Add a new MIPS little endian sample, reported by Alexander BIGGA.
2008-06-30 "Yann E. MORIN" Update samples to the latest architecture framework.
2008-06-30 "Yann E. MORIN" Newer, better, tsocks(1)-like wrapper script for D.U.M.A.
2008-06-30 "Yann E. MORIN" Completely move GMP and MPFR files out of the compiler way into their own directory.
2008-06-30 "Yann E. MORIN" Re-order architecture specifics.
2008-06-30 "Yann E. MORIN" Force CT_WORK_DIR to "${CT_TOP_DIR}/targets" when saving the config as a new sample.
2008-06-27 "Yann E. MORIN" Only present each of arch, abi, cpu tune and fpu optimisations for those targets supporting them.
2008-06-27 "Yann E. MORIN" Update the architecture API: architecture help is mandatory.
2008-06-27 "Yann E. MORIN" Update the Openrisc contributed support to the new auto-generated architecture menu.
2008-06-27 "Yann E. MORIN" Autogenerate the architecture selection choice menu.
2008-06-27 "Yann E. MORIN" Update the samples.
2008-06-27 "Yann E. MORIN" Native gcc is picky about the CC and LD variables. Set them unconditionally, whether building static or not.
2008-06-27 "Yann E. MORIN" Do al ittle bit more jobs in parallel while building gcc.
2008-06-26 "Yann E. MORIN" Update the Alpha sample to check host GMP and MPFR.
2008-06-26 "Yann E. MORIN" Update the alpha sample to newer versions.
2008-06-25 "Yann E. MORIN" Don't force building target GMP and MPFR when a native gdb is built. Rather,
2008-06-25 "Yann E. MORIN" Add latest Linux kernel versions.
2008-06-25 "Yann E. MORIN" Update documentation.
2008-06-25 "Yann E. MORIN" Update samples.
2008-06-25 "Yann E. MORIN" Add a new sample for PowerPC. Suggested by Daniel DITTMANN.
2008-06-25 "Yann E. MORIN" Alloow for reporter without an URL (for privately mailed submissions).
2008-06-25 "Yann E. MORIN" Add a patch to gcc-4.2.{0,1,2,3} to fix soft-float on PowerPC.
2008-06-25 "Yann E. MORIN" Eye-candy in the ./configure help.
2008-06-25 "Yann E. MORIN" Enable using contributed code: add a new ./configure option to select which contributions should be applied.
2008-06-25 "Yann E. MORIN" Change default path where toolchain will run from to "${HOME}/x-tools/${CT_TARGET}".
2008-06-24 "Yann E. MORIN" Add a new patch to make glibc build with latest (4.3.x) gcc.
2008-06-24 "Yann E. MORIN" New patches from Ioannis E. VENETIS to allow building more up-to-date Alpha x-compilers.
2008-06-24 "Yann E. MORIN" Allow to store working files outside the build tree (eg. incase the working tree is on the network).
2008-06-24 "Yann E. MORIN" Don't build ncurses ADA bindings if an ADA x-compiler was not built.
2008-06-24 "Yann E. MORIN" Update samples to the latest set of options, build-tested.
2008-06-24 "Yann E. MORIN" Add a new patch to make glibc-es build with latest binutils (starting with 2.18.50.0.4).
2008-06-24 "Yann E. MORIN" Re-diff the openrisc support contrin patch to current code.
2008-06-23 "Yann E. MORIN" Sort samples.
2008-06-22 "Yann E. MORIN" Alexander Bigga reported this new sample.
2008-06-22 "Yann E. MORIN" Only priunt WARNings when saving the current configuration.
2008-06-20 "Yann E. MORIN" GMP and MPFR are no longer a sub-component of gcc (config-wise).
2008-06-20 "Yann E. MORIN" Un-mark Socks proxy settings as BROKEN.
2008-06-20 "Yann E. MORIN" Update config.sub.
2008-06-20 "Yann E. MORIN" Print "Build completed" only if not in error, not the other way around.
2008-06-20 "Yann E. MORIN" Really don't re-build MPFR autotools files at each run.
2008-06-20 "Yann E. MORIN" Update the alpha sample.
2008-06-20 "Yann E. MORIN" Don't force building a gdbserver when only native gdb is selected.
2008-06-20 "Yann E. MORIN" Only rebuild MPFR config files at extract time, not for every builds.
2008-06-20 "Yann E. MORIN" 1.1 maintenance: bump version to +svn 1.1
2008-06-20 "Yann E. MORIN" 1.1 maintenance: bump version to 1.1.3a 1.1 crosstool-ng-1.1.3a
2008-06-20 "Yann E. MORIN" Backport #725 from trunk: 1.1
2008-06-20 "Yann E. MORIN" Realy fix building MPFR.
2008-06-20 "Yann E. MORIN" Bump version to +svn. 1.1
2008-06-19 "Yann E. MORIN" 1.1 maintenance: bump version to 1.1.3 1.1 crosstool-ng-1.1.3
2008-06-19 "Yann E. MORIN" Backport #718 from trunk: 1.1
2008-06-19 "Yann E. MORIN" Backport #698 from trunk: 1.1
2008-06-19 "Yann E. MORIN" Backport #697 from trunk: 1.1
2008-06-19 "Yann E. MORIN" Backport #676 from trunk: 1.1
2008-06-19 "Yann E. MORIN" Fix building MPFR on distro that have strict sanity checks on libtool.m4 and ltmain.sh versions mismatch. UNTESTED!
2008-06-19 "Yann E. MORIN" A bunch of fixes/improvements to the gdb build:
2008-06-19 "Yann E. MORIN" Only print "Build completed" if build was successful.
2008-06-19 "Yann E. MORIN" Fix building D.U.M.A. when C++ is not configured.
2008-06-19 "Yann E. MORIN" Build a C++ friendly uClibc.
2008-06-19 "Yann E. MORIN" Ioannis E. VENETIS was the first to report working alpha sample. Give him credits.
2008-06-19 "Yann E. MORIN" When building uClibc, always build the libpthread_db.
2008-06-18 "Yann E. MORIN" Help ncurses to install properly.
2008-06-18 "Yann E. MORIN" Re-format the dumped DokuWiki table of samples.
2008-06-18 "Yann E. MORIN" Update the alpha sample with an updated set of options and features.
2008-06-18 "Yann E. MORIN" Fix saving samples.
2008-06-18 "Yann E. MORIN" Fix building native gdb: download, extract, patch, build and install the ncurses library (that is needed by gdb)
2008-06-17 "Yann E. MORIN" Introduce latest D.U.M.A. version and associated patches rediffed.
2008-06-17 "Yann E. MORIN" Fix building D.U.M.A:
2008-06-17 "Yann E. MORIN" Add patches for gdb 6.7, 6.7.1 and 6.8, vampirised from the Gentoo CVS.
2008-06-17 "Yann E. MORIN" Fix building dmalloc in case strdup is a macro (uncaught when x-compiling certain targets).
2008-06-17 "Yann E. MORIN" Help glibc build by exporting PARALLELMFLAGS.
2008-06-17 "Yann E. MORIN" Change the log level of a core gcc build message (headers copy), from EXTRA to DEBUG.
2008-06-17 "Yann E. MORIN" Add altest linux kernel versions.