summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Collapse)AuthorFilesLines
2007-05-11Like tweak to the armeb-xscale-linux-uclibc sample to not renice the build.Yann E. MORIN"1-1/+1
2007-05-10Update the way we handle directories supplied by the user:Yann E. MORIN"4-16/+11
- the tarball directory is considered as a local copy, and tarballs are copied to a working area, - the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option, - the build dir has been renamed from 'build' to 'targets'. That should ease preparing a tarball of the resulting target.
2007-05-08Huge fixes to glibc build, so that we can build at least (and at last):Yann E. MORIN"2-1387/+63
- use ports addon even when installing headers, - use optimisation (-O) when installing headers, to avoid unnecessary warnings (thanks Robert P. J. DAY for pointing this out!), - lowest kernel version to use is only X.Y.Z, not X.Y.Z.T, - a bit of preparations for NPTL (RSN I hope), - fix fixing the linker scripts (changing the backup file is kind of useless and stupid); Shut uClibc finish step: there really is nothing to do; Add a patch for glibc-2.3.6 weak aliases handling on some archs (ARM and ALPHA at least); Did not catch the make errors: fixed the pattern matching in scripts/functions; Introduce a new log level, ALL: - send components' build messages there, - DEBUG log level is destined only for crosstool-NG debug messages, - migrate sub-actions to use appropriate log levels; Update the armeb-unknown-linux-gnu sample: - it builds! - uses gcc-4.0.4 and glibc-2.3.6, - updated to latest config options set.
2007-05-08Print the major components and their version when calling "make help".Yann E. MORIN"1-5/+3
2007-05-08Remove the incomplete i686-unknown-linux-uclibc sample.Yann E. MORIN"2-1680/+0
2007-05-07Update the i586-geode-linux-uclibc sample.Yann E. MORIN"2-1997/+54
2007-05-07Bah, the arm-qemu-linux-uclibc sample isn't usefull. Base your work on the ↵Yann E. MORIN"3-1554/+0
armeb-unkown-linux-uclibc sample instead.
2007-05-07Update the mips-unknown-linux-uclibc sample:Yann E. MORIN"2-29/+19
- LFS is needed to properly compile libstdc++ (pity), - globally update to the latest set of options.
2007-05-07Update armeb-unknown-linux-uclibc sample:Yann E. MORIN"2-1414/+40
- no need for the kernel .config file, - globqlly update to latest set of options.
2007-05-07Merge the save-sample branch to trunk:Yann E. MORIN"1-0/+17
- reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.
2007-05-03Rename the MIPS toolchain: it's not qemu-specific!Yann E. MORIN"2-2/+5
2007-05-03Final merge from the MIPS branch.Yann E. MORIN"2-0/+432
2007-04-10Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers ↵Yann E. MORIN"2-8/+17
and binutils-2.17.50.0.14.
2007-03-21Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.Yann E. MORIN"1-1/+2
2007-03-07Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 ↵Yann E. MORIN"2-14/+36
kernel headers.
2007-03-04Update i586-geode-linux-uclibc sample:Yann E. MORIN"3-374/+682
- use uClibc-0.9.28.3 - use linux-2.6.20 for kernel headers
2007-03-04Update armeb-unknown-linux-uclibc to use uClibc-0.9.28.3.Yann E. MORIN"2-4/+4
2007-03-04Update armeb-unknown-linux-uClibc sample:Yann E. MORIN"1-7/+22
- use uClibc-0.9.28.2 with locales, - use libfloat.
2007-03-04Update the armeb-unknow-linux-gnu sample.Yann E. MORIN"1-22/+49
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"13-0/+8630
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(