Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A little cleanup in the glibc's pthread headers install. | Yann E. MORIN" | 2007-08-03 | 1 | -2/+5 |
| | |||||
* | Remove any reference to libfloat. That has gone once and for all. | Yann E. MORIN" | 2007-07-30 | 2 | -73/+1 |
| | | | | | | | | | | Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker. | ||||
* | Tidy up a bit the uClibc config munging. | Yann E. MORIN" | 2007-07-28 | 1 | -16/+18 |
| | |||||
* | Fix installing a glibc header for those archs that are in ports. | Yann E. MORIN" | 2007-07-22 | 1 | -0/+3 |
| | |||||
* | Update the download messages for sstrip.c to the same mesages used in ↵ | Yann E. MORIN" | 2007-07-17 | 1 | -2/+6 |
| | | | | scripts/functions. | ||||
* | Add an option to save downloaded tarballs to local tarballs directory. | Yann E. MORIN" | 2007-07-15 | 1 | -1/+1 |
| | | | | | Sanitise CT_GetFile. Change some messages (Copying -> Retrieving). | ||||
* | Redirect the strace build messages to the logger! | Yann E. MORIN" | 2007-07-14 | 1 | -3/+3 |
| | |||||
* | Add ltrace (and libelf) utilities. | Yann E. MORIN" | 2007-07-13 | 2 | -0/+92 |
| | | | | Marked as BROKEN for others to debug that if they need it. | ||||
* | Add strace debugging aid. | Yann E. MORIN" | 2007-07-12 | 1 | -0/+38 |
| | |||||
* | Use "$CT_CC}" instead of "gcc" when calling target compilers. | Yann E. MORIN" | 2007-07-12 | 2 | -4/+4 |
| | |||||
* | Add D.U.M.A., the Electric Fence successor. | Yann E. MORIN" | 2007-07-12 | 1 | -0/+64 |
| | |||||
* | Fix linking target-cc to target-gcc. | Yann E. MORIN" | 2007-07-12 | 1 | -1/+1 |
| | |||||
* | Fix a type in the debug and tools templates. | Yann E. MORIN" | 2007-07-11 | 2 | -4/+4 |
| | |||||
* | Change the target-cc link from soft to hard. This way, there's no soft link ↵ | Yann E. MORIN" | 2007-07-11 | 1 | -1/+1 |
| | | | | in this directory. | ||||
* | Add a utility to populate a root directory with libraries from the toolchain. | Yann E. MORIN" | 2007-07-08 | 1 | -0/+4 |
| | |||||
* | More uClibc parrallel compilation cleanup. | Yann E. MORIN" | 2007-07-07 | 1 | -3/+2 |
| | |||||
* | Parrallel compilation is broken for uClibc (I don't know if any of my ↵ | Yann E. MORIN" | 2007-07-07 | 1 | -2/+1 |
| | | | | patches is doing it, or if mainline is already broken). | ||||
* | Silence "which" being verbose in some distros. (eg. Mandriva's which spawns ↵ | Yann E. MORIN" | 2007-07-07 | 1 | -3/+3 |
| | | | | "foobar was not found in /bin:/usr/bin:...." directly on stderr) | ||||
* | Before trying to download sstrip (from buildroot), try a local copy first. | Yann E. MORIN" | 2007-07-04 | 1 | -0/+6 |
| | |||||
* | Make checking the linux installed headers optional (instead of systematic). | Yann E. MORIN" | 2007-07-03 | 1 | -9/+10 |
| | |||||
* | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 2 | -2/+2 |
| | | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action> | ||||
* | Offer an option to build the gdbserver statically. This helps in case of ↵ | Yann E. MORIN" | 2007-06-17 | 1 | -0/+6 |
| | | | | debugging shared library loading. | ||||
* | Fix printing components' file names. | Yann E. MORIN" | 2007-06-16 | 7 | -8/+11 |
| | |||||
* | Add a function to print each component's filename: this eases building the ↵ | Yann E. MORIN" | 2007-06-16 | 10 | -8/+79 |
| | | | | | | tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball. | ||||
* | Add two te;plates on how to add a new tool/debug facility. | Yann E. MORIN" | 2007-06-16 | 2 | -0/+100 |
| | |||||
* | Small eye-candy fix. | Yann E. MORIN" | 2007-06-04 | 1 | -1/+1 |
| | |||||
* | scripts/build/libc_glibc.sh: | Yann E. MORIN" | 2007-06-02 | 1 | -50/+43 |
| | | | | | - clean up addons list creation, - make NPTL work again with this. | ||||
* | Add the first tool facility: sstrip. | Yann E. MORIN" | 2007-06-01 | 1 | -0/+71 |
| | |||||
* | Introduce the notion of tols facilities (none so far, sstrip coming right ↵ | Yann E. MORIN" | 2007-06-01 | 1 | -0/+34 |
| | | | | away...). | ||||
* | Fix libfloat when calling the compiler: | Yann E. MORIN" | 2007-05-27 | 1 | -5/+4 |
| | | | | | - when not compiling NPTL, the shared core C compiler does not exist, - PATH arranges for the shared core C compiler to be found before the static one, so no need to force it. | ||||
* | Merge the NPTL stuff. | Yann E. MORIN" | 2007-05-27 | 6 | -56/+326 |
| | | | | That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later... | ||||
* | We need to build libiberty before gcc only in the canadian case, not the ↵ | Yann E. MORIN" | 2007-05-24 | 2 | -2/+2 |
| | | | | opposite. | ||||
* | Fix warning about setting --host and not --build. | Yann E. MORIN" | 2007-05-22 | 1 | -1/+2 |
| | |||||
* | Move the config script for the build dir to the source dir. | Yann E. MORIN" | 2007-05-21 | 1 | -4/+4 |
| | | | | That will be useful when we have the restart functionality. | ||||
* | Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR. | Yann E. MORIN" | 2007-05-20 | 1 | -1/+1 |
| | | | | One day, I swear, I will implement the install directory option. But later. | ||||
* | Add uClibc-0.9.29: | Yann E. MORIN" | 2007-05-19 | 2 | -6/+30 |
| | | | | | | | - 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. | ||||
* | Correctly handle the libfloat case: download, extract and patch sub-actions. | Yann E. MORIN" | 2007-05-19 | 1 | -20/+13 |
| | | | | Small improvement in messages in scipts/functions when retrieving a file. | ||||
* | Un-mark gdb and dmalloc being EXPERIMENTAL. | Yann E. MORIN" | 2007-05-18 | 1 | -3/+3 |
| | | | | Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet). | ||||
* | Little fix up in a message during the dmalloc build. | Yann E. MORIN" | 2007-05-18 | 1 | -1/+1 |
| | |||||
* | Add dmalloc debug library facility. | Yann E. MORIN" | 2007-05-18 | 1 | -0/+53 |
| | | | | | Add patches for dmalloc. Ignore the generated config/debug.in | ||||
* | Make the debug config menu a generated file. | Yann E. MORIN" | 2007-05-17 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Debug facilities: | Yann E. MORIN" | 2007-05-17 | 3 | -0/+160 |
| | | | | | | | | | | | | | | | | | | | - add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports. | ||||
* | Move the whole threading ;odel choice out of glibc and into the generic C ↵ | Yann E. MORIN" | 2007-05-14 | 1 | -1/+1 |
| | | | | | | | library options: even uClibc may have NPTL at one point in the (hopefully near) future. Mark the progress bar as being CPU-intensive. Little style fix to the core C compiler build step. | ||||
* | Remove dead entries for components not yet integrated: cygwin kernel, tcc... | Yann E. MORIN" | 2007-05-13 | 3 | -0/+0 |
| | | | | Some fixups in config entries, to avoid warnings when parsed by the kconfig parser. | ||||
* | libfloat is a component by itself, not a sup-part of the C library. | Yann E. MORIN" | 2007-05-09 | 1 | -0/+0 |
| | |||||
* | Huge fixes to glibc build, so that we can build at least (and at last): | Yann E. MORIN" | 2007-05-08 | 7 | -62/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | Cosmetics: newline at end of file, ports are now a separate option. | Yann E. MORIN" | 2007-05-08 | 1 | -0/+1 |
| | |||||
* | Bah. Be silent when there is nothing to do: glibc has no config (file) to check. | Yann E. MORIN" | 2007-05-08 | 1 | -3/+1 |
| | |||||
* | Don't make checking the kernel config file a step by itself. Only make it a ↵ | Yann E. MORIN" | 2007-05-07 | 1 | -4/+0 |
| | | | | step if we need a not-provided kernel config file. | ||||
* | Simplify kernel config file need. | Yann E. MORIN" | 2007-05-07 | 1 | -2/+7 |
| | | | | Don't build a default config file when not needed. |