Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion. | Yann E. MORIN" | 2007-07-15 | 1 | -0/+0 | |
| | ||||||
* | Add an x86_64 sample. | Yann E. MORIN" | 2007-07-11 | 2 | -0/+503 | |
| | ||||||
* | Revamp the regtest action: | Yann E. MORIN" | 2007-07-09 | 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. | |||||
* | Be a little more verbose during regtest to say that a sample did build. | Yann E. MORIN" | 2007-07-09 | 1 | -1/+4 | |
| | ||||||
* | Update the mips-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-07-08 | 1 | -4/+5 | |
| | ||||||
* | Update the i586-geode-linux-uclibc sample. | Yann E. MORIN" | 2007-07-08 | 2 | -35/+124 | |
| | ||||||
* | Make regtest work back again. | Yann E. MORIN" | 2007-07-07 | 1 | -6/+6 | |
| | ||||||
* | Update the mips-unknown-linux-uclibc sample, now it is able to build both ↵ | Yann E. MORIN" | 2007-07-06 | 2 | -47/+136 | |
| | | | | linux and busybox. | |||||
* | Update the armeb-unknown-linux-gnu to be buildable. | Yann E. MORIN" | 2007-07-05 | 2 | -25/+69 | |
| | | | | Both busybox-svn and linux-2.6.21.5 are succesfully built. | |||||
* | Update the armeb-unknown-linux-uclibc sample to: | Yann E. MORIN" | 2007-07-04 | 2 | -6/+22 | |
| | | | | | | | | - use latest binutils, - build sstrip, - build dmalloc and gdb. Note: linux-2.6.21.5 for NSLU2 and busybox build! | |||||
* | The armeb-unknown-linux-uclibc sample now builds without libfloat. | Yann E. MORIN" | 2007-07-03 | 1 | -16/+46 | |
| | | | | The generated toolchain is at least able to build busybox (which wasn't the case before). | |||||
* | Silence calling the saveSample.sh script. | Yann E. MORIN" | 2007-07-02 | 1 | -1/+1 | |
| | ||||||
* | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 1 | -15/+24 | |
| | | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action> | |||||
* | Make the progress bar a default for all samples. | Yann E. MORIN" | 2007-06-19 | 3 | -3/+3 | |
| | ||||||
* | Always call distclean after each sample when doing a regtest. | Yann E. MORIN" | 2007-06-18 | 1 | -4/+4 | |
| | ||||||
* | Rework the help system. For now, this is mostly a no-op (it only re-organise ↵ | Yann E. MORIN" | 2007-06-17 | 1 | -3/+7 | |
| | | | | the help entries), but later, that may come in handy when we want ct-ng to be installable). | |||||
* | The log file is no longer configurable: it is always ↵ | Yann E. MORIN" | 2007-06-17 | 1 | -1/+0 | |
| | | | | | | | | "${CT_PREFIX_DIR}/build.log". Add an option to compress the log file upon successfull build. Make rendering the toolchain read-only optional. A few eye-candy fixes. | |||||
* | Add intermediate mesages when building regtests. | Yann E. MORIN" | 2007-06-17 | 1 | -3/+3 | |
| | | | | Distclean the repository after each sample during regtests. | |||||
* | Add the "regtest" make target: call "make regtest", and all samples wil be ↵ | Yann E. MORIN" | 2007-06-17 | 1 | -7/+40 | |
| | | | | built, and a tarball made for each of them. First sample to fail causes the test to stop. | |||||
* | Merge the NPTL stuff. | Yann E. MORIN" | 2007-05-27 | 1 | -0/+294 | |
| | | | | That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later... | |||||
* | Update mips-unknown-linux-uclibc to the latest set of config options. | Yann E. MORIN" | 2007-05-22 | 1 | -2/+15 | |
| | ||||||
* | Mark broken samples as such: use a file named 'broken' in the sample's ↵ | Yann E. MORIN" | 2007-05-22 | 2 | -0/+0 | |
| | | | | | | directory. Reflected this state when listing samples (in scripts/showSamples.sh). | |||||
* | Update the mips-unknown-linux-uclibc sample to the new set of config options. | Yann E. MORIN" | 2007-05-22 | 2 | -12/+19 | |
| | | | | Switch the ISA from mips32 to mips1. | |||||
* | Add uClibc-0.9.29: | Yann E. MORIN" | 2007-05-19 | 2 | -26/+67 | |
| | | | | | | | - associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory. | |||||
* | Reverting to uClibc-0.9.28.3, as 0.9.29 spawns incorrect bits/sysnum.h ↵ | Yann E. MORIN" | 2007-05-18 | 2 | -68/+22 | |
| | | | | (needs a xgcc first!). | |||||
* | Make the debug config menu a generated file. | Yann E. MORIN" | 2007-05-17 | 2 | -27/+82 | |
| | | | | | | Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process. | |||||
* | Like tweak to the armeb-xscale-linux-uclibc sample to not renice the build. | Yann E. MORIN" | 2007-05-11 | 1 | -1/+1 | |
| | ||||||
* | Update the way we handle directories supplied by the user: | Yann E. MORIN" | 2007-05-10 | 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. | |||||
* | Huge fixes to glibc build, so that we can build at least (and at last): | Yann E. MORIN" | 2007-05-08 | 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. | |||||
* | Print the major components and their version when calling "make help". | Yann E. MORIN" | 2007-05-08 | 1 | -5/+3 | |
| | ||||||
* | Remove the incomplete i686-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-05-08 | 2 | -1680/+0 | |
| | ||||||
* | Update the i586-geode-linux-uclibc sample. | Yann E. MORIN" | 2007-05-07 | 2 | -1997/+54 | |
| | ||||||
* | Bah, the arm-qemu-linux-uclibc sample isn't usefull. Base your work on the ↵ | Yann E. MORIN" | 2007-05-07 | 3 | -1554/+0 | |
| | | | | armeb-unkown-linux-uclibc sample instead. | |||||
* | Update the mips-unknown-linux-uclibc sample: | Yann E. MORIN" | 2007-05-07 | 2 | -29/+19 | |
| | | | | | - LFS is needed to properly compile libstdc++ (pity), - globally update to the latest set of options. | |||||
* | Update armeb-unknown-linux-uclibc sample: | Yann E. MORIN" | 2007-05-07 | 2 | -1414/+40 | |
| | | | | | - no need for the kernel .config file, - globqlly update to latest set of options. | |||||
* | Merge the save-sample branch to trunk: | Yann E. MORIN" | 2007-05-07 | 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. | |||||
* | Rename the MIPS toolchain: it's not qemu-specific! | Yann E. MORIN" | 2007-05-03 | 2 | -2/+5 | |
| | ||||||
* | Final merge from the MIPS branch. | Yann E. MORIN" | 2007-05-03 | 2 | -0/+432 | |
| | ||||||
* | Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers ↵ | Yann E. MORIN" | 2007-04-10 | 2 | -8/+17 | |
| | | | | and binutils-2.17.50.0.14. | |||||
* | Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage. | Yann E. MORIN" | 2007-03-21 | 1 | -1/+2 | |
| | ||||||
* | Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 ↵ | Yann E. MORIN" | 2007-03-07 | 2 | -14/+36 | |
| | | | | kernel headers. | |||||
* | Update i586-geode-linux-uclibc sample: | Yann E. MORIN" | 2007-03-04 | 3 | -374/+682 | |
| | | | | | - use uClibc-0.9.28.3 - use linux-2.6.20 for kernel headers | |||||
* | Update armeb-unknown-linux-uclibc to use uClibc-0.9.28.3. | Yann E. MORIN" | 2007-03-04 | 2 | -4/+4 | |
| | ||||||
* | Update armeb-unknown-linux-uClibc sample: | Yann E. MORIN" | 2007-03-04 | 1 | -7/+22 | |
| | | | | | - use uClibc-0.9.28.2 with locales, - use libfloat. | |||||
* | Update the armeb-unknow-linux-gnu sample. | Yann E. MORIN" | 2007-03-04 | 1 | -22/+49 | |
| | ||||||
* | Add the full crosstool-NG sources to the new repository of its own. | Yann E. MORIN" | 2007-02-24 | 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... :-( |