summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-14Redirect the strace build messages to the logger!Yann E. MORIN"1-3/+3
2007-07-14Print a message when installing populate.Yann E. MORIN"1-0/+1
2007-07-14Upgrade populate.in:Yann E. MORIN"1-9/+4
- systematically make paths absolute, - somewhat beautify the help ;essage, - explain why ../ is to be seatrched for.
2007-07-14DEfault log level to CT_LOG_DEBUG if CT_DEBUG_CT is set, and to CT_LOG_INFO ↵Yann E. MORIN"1-1/+2
if not.
2007-07-14Add a patch to gcc to expand switch-case to an if-else sequence (from ↵Yann E. MORIN"1-0/+153
buildroot).
2007-07-14Update config.sub.Yann E. MORIN"1-3/+3
2007-07-14Echo what's going on when make-ing and installing crosstool-NG. Use ↵Yann E. MORIN"1-2/+14
kernel-like simplified messages.
2007-07-13Mark some linux versions as obsolete.Yann E. MORIN"1-12/+111
Add missing dot relewases.
2007-07-13Mark binutils-2.6.17.* as being EXPERIMENTAL versions.Yann E. MORIN"1-0/+17
2007-07-13Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN.Yann E. MORIN"1-0/+21
2007-07-13Add ltrace (and libelf) utilities.Yann E. MORIN"6-2/+221
Marked as BROKEN for others to debug that if they need it.
2007-07-13Introduce a BROKEN option (depends on EXPERIMENTAL) to hide/see broken stuff ↵Yann E. MORIN"1-9/+22
for debugging sessions! Re-order: OBSOLETE goes before EXPERIMENTAL.
2007-07-13Add a test for lynx (needed to download sstrip.c from buildroot).Yann E. MORIN"1-0/+1
2007-07-12Get rid of the legacy local variable got_it.Yann E. MORIN"1-9/+12
Allow to download files without extension. Allow to specify a preffered extension when downloading a file.
2007-07-12Test for curl or wget only once, not at each download.Yann E. MORIN"1-2/+2
2007-07-12Add the TODO file.Yann E. MORIN"1-0/+20
2007-07-12Add strace debugging aid.Yann E. MORIN"3-1/+158
2007-07-12Unmark D.U.M.A. as being EXPERIMENTAL.Yann E. MORIN"1-1/+0
2007-07-12Use "$CT_CC}" instead of "gcc" when calling target compilers.Yann E. MORIN"2-4/+4
2007-07-12Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"5-1/+240
2007-07-12Fix linking target-cc to target-gcc.Yann E. MORIN"1-1/+1
2007-07-11Fix a type in the debug and tools templates.Yann E. MORIN"2-4/+4
2007-07-11Overwrite existing symlinks when installing crosstool-NG.Yann E. MORIN"1-1/+1
2007-07-11Add an x86_64 sample.Yann E. MORIN"2-0/+503
2007-07-11Change the target-cc link from soft to hard. This way, there's no soft link ↵Yann E. MORIN"1-1/+1
in this directory.
2007-07-09Revamp the regtest action:Yann E. MORIN"1-27/+35
- enable one regtest per sample, - enable regtest for either local or global samples, or both, - document this in the help-build text.
2007-07-09Separate clean actions from build actions;Yann E. MORIN"2-3/+9
Re-label "Preconfigured actions" to "Preconfigured toolchains"; Small eye-candy fix in the help text for liststeps.
2007-07-09Be a little more verbose during regtest to say that a sample did build.Yann E. MORIN"1-1/+4
2007-07-09Update man page to explictly point to overview.txt.Yann E. MORIN"2-1/+34
In overview.txt, document usage of the populate script.
2007-07-09Add linux-2.6.22.Yann E. MORIN"1-0/+5
2007-07-08Bump version to +svn.Yann E. MORIN"1-1/+1
2007-07-08Bump version to 0.2.0.crosstool-ng-0.2.0Yann E. MORIN"1-1/+1
2007-07-08Fix the install procedure:Yann E. MORIN"2-0/+2
- remove useless script tools/addToolVersion.sh: it is not needed when running crosstool-NG, only for developpers, - create a symlink to the configuration extract script, so that it is in the PATH if ct-ng is.
2007-07-08Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"1-4/+5
2007-07-08Update the i586-geode-linux-uclibc sample.Yann E. MORIN"2-35/+124
2007-07-08Add (EXPERIMENTAL) in prompts of those options that depend on EXPERIMENTAL.Yann E. MORIN"3-3/+3
2007-07-08Ad da svn:ignore property to ignore my local TOD file.Yann E. MORIN"0-0/+0
2007-07-08Make distclean work again: don't try to remove a directory twice.Yann E. MORIN"1-1/+0
2007-07-08Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"3-0/+134
2007-07-08Add linux-2.6.21.6 kernel.Yann E. MORIN"1-0/+6
2007-07-07Make regtest work back again.Yann E. MORIN"1-6/+6
2007-07-07Disable tarball creation until it's fixed.Yann E. MORIN"1-1/+3
2007-07-07Clean a little bit more.Yann E. MORIN"1-0/+2
2007-07-07More uClibc parrallel compilation cleanup.Yann E. MORIN"1-3/+2
2007-07-07Parrallel compilation is broken for uClibc (I don't know if any of my ↵Yann E. MORIN"1-2/+1
patches is doing it, or if mainline is already broken).
2007-07-07Silence "which" being verbose in some distros. (eg. Mandriva's which spawns ↵Yann E. MORIN"3-10/+19
"foobar was not found in /bin:/usr/bin:...." directly on stderr)
2007-07-06Update the mips-unknown-linux-uclibc sample, now it is able to build both ↵Yann E. MORIN"2-47/+136
linux and busybox.
2007-07-05Update the armeb-unknown-linux-gnu to be buildable.Yann E. MORIN"2-25/+69
Both busybox-svn and linux-2.6.21.5 are succesfully built.
2007-07-04Update version to 0.1.2+svn.Yann E. MORIN"1-1/+1
2007-07-04Bump version to 0.1.2.crosstool-ng-0.1.2Yann E. MORIN"1-1/+1