2008-10-14 "Yann E. MORIN" Use a function to retrieve a sample directory.
2008-10-14 "Yann E. MORIN" Eye-candy in the help entries.
2008-10-14 "Yann E. MORIN" Eye candy in the help disclaimer.
2008-10-14 "Yann E. MORIN" Credit Nate CASE for his powerpc e500v2 sample.
2008-10-14 "Yann E. MORIN" Sample config for e500v2 toolchain
2008-10-14 "Yann E. MORIN" saveSample: Reset CT_LOCAL_TARBALLS_DIR to default
2008-10-14 "Yann E. MORIN" Fix the saveSample script oafter architerctures reorganisation
2008-10-14 "Yann E. MORIN" Rework the kconfig stuff
2008-10-13 "Yann E. MORIN" No one sane would you 'ct-ng config' to configure crosstool-NG.
2008-10-13 "Yann E. MORIN" Missed adding new files because of old svn:ignore property (removed).
2008-10-13 "Yann E. MORIN" Generate the choice menu for C compilers, the same way arch, kernels and C libraries are generated.
2008-10-13 "Yann E. MORIN" Generate the choice menu for C libraries, the same way arch and kernels are generated.
2008-10-13 "Yann E. MORIN" Add latest binutils versions.
2008-10-12 "Yann E. MORIN" In generated choice menus, move the selection options outside the choice menu.
2008-10-12 "Yann E. MORIN" Use ERROR level for make errors.
2008-10-12 "Yann E. MORIN" Update the auto-completion function:
2008-10-12 "Yann E. MORIN" On 20081011, Khem RAJ writes:
2008-10-10 "Yann E. MORIN" Simplify the Tools and Debug facilities menu entries:
2008-10-10 "Yann E. MORIN" Add the Linux kernel 2.6.27.
2008-10-09 "Yann E. MORIN" Remove CT_BROKEN.
2008-10-09 "Yann E. MORIN" 'sstrip' makes no sense on bare-metal, mark it so.
2008-10-09 "Yann E. MORIN" Commonalise config.gen/{arch,kernel}.in generation.
2008-10-09 "Yann E. MORIN" Add latest Linux kernel versions 2.6.25.18 & 2.6.26.6.
2008-10-08 "Yann E. MORIN" populate:
2008-10-06 "Yann E. MORIN" Install the config script following the naming of other files, eg. "${CT_TARGET}-" instead of "${CT_TARGET}." .
2008-10-06 "Yann E. MORIN" Typoes.
2008-10-06 "Yann E. MORIN" Remove lingering architecture config directories now they are useless.
2008-10-05 "Yann E. MORIN" Bump version to 1.2.4+svn. 1.2
2008-10-05 "Yann E. MORIN" Bump version to 1.2.4. 1.2 crosstool-ng-1.2.4
2008-10-05 "Yann E. MORIN" Backport #1026 from trunk: 1.2
2008-10-05 "Yann E. MORIN" Separate the architecture config file and function script.
2008-10-05 "Yann E. MORIN" Add the latest GMP and MPFR versions.
2008-10-03 "Yann E. MORIN" Update the internals documentation, adding the kernel API.
2008-10-03 "Yann E. MORIN" Fourth shot at moving arch/ into config/arch/ .
2008-10-03 "Yann E. MORIN" Third shot at moving arch/ into config/ .
2008-10-03 "Yann E. MORIN" Second shot at moving arch/ into config/arch/ .
2008-10-03 "Yann E. MORIN" First shot at moving arch/ into config/arch/ .
2008-10-02 "Yann E. MORIN" extract-config.sh no longer exists, don't advertise it.
2008-10-02 "Yann E. MORIN" No need for this script now the config is tored in its own file.
2008-10-01 "Yann E. MORIN" Save the toolchain configuration to its own file, as an auto-extracting shell script:
2008-09-30 "Yann E. MORIN" Update the PowerPC+uClibc sample.
2008-09-30 "Yann E. MORIN" Better handle the second pass core gcc build, differentiating between gcc prior to 4.3 with gcc from 4.3.
2008-09-29 "Yann E. MORIN" Rework the way EXPERIMENTAL architecture are marked as such, the same way kernels are handeld.
2008-09-29 "Yann E. MORIN" Rework the way EXPERIMENTAL kernels are marked as such.
2008-09-29 "Yann E. MORIN" The IA64 sample builds again! :-)
2008-09-29 "Yann E. MORIN" Update the Alpha sample.
2008-09-29 "Yann E. MORIN" Restore the ability to build gcc older than 4.3. At last!
2008-09-29 "Yann E. MORIN" Don't check for autoconf >= 2.50.
2008-09-28 "Yann E. MORIN" Had a new known issue: ccache will break the build because we're sym-linking to have our own compiler for host and build systems, but that screws up ccache finding the real compiler.
2008-09-28 "Yann E. MORIN" In the glibc and eglibc trees, the 'configure' files may be older than their source 'configure.in', when used from an svn check out, or a snapshot tarball.
2008-09-28 "Yann E. MORIN" Move around the BARE_METAL config entry outside of the bare metal /kernel/ entry: there might be different setups that causes a bare metal compiler.
2008-09-28 "Yann E. MORIN" This PowerPC sample has been updated to use gcc-4.3.2.
2008-09-28 "Yann E. MORIN" Remove gcc-4.3.2 dependency on EXPERIMENTAL.
2008-09-28 "Yann E. MORIN" The first sample to use gcc-4.3.2.
2008-09-28 "Yann E. MORIN" Don't remove files that are no longer generated whne cleaning in kconfig/ .
2008-09-28 "Yann E. MORIN" Simplify conf and mconf generation. We don't care for the _shipped stuff.
2008-09-28 "Yann E. MORIN" Fix generated debug.in and tools.in (xlcwu <xlcwu.taiwan@gmail.com>).
2008-09-26 "Yann E. MORIN" Enhance ./configure tools checking.
2008-09-25 "Yann E. MORIN" Update the sstrip help entries. Courtesy "Joachim Nilsson" <joachim.nilsson@vmlinux.org>.
2008-09-25 "Yann E. MORIN" Add latest gcc-4.3.2 as EXPERIMENTAL, using the 4.3.1 re-based patchset.